service/elasticache/errors.go (79 lines of code) (raw):
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package elasticache
const (
// ErrCodeAPICallRateForCustomerExceededFault for service response error code
// "APICallRateForCustomerExceeded".
//
// The customer has exceeded the allowed rate of API calls.
ErrCodeAPICallRateForCustomerExceededFault = "APICallRateForCustomerExceeded"
// ErrCodeAuthorizationAlreadyExistsFault for service response error code
// "AuthorizationAlreadyExists".
//
// The specified Amazon EC2 security group is already authorized for the specified
// cache security group.
ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists"
// ErrCodeAuthorizationNotFoundFault for service response error code
// "AuthorizationNotFound".
//
// The specified Amazon EC2 security group is not authorized for the specified
// cache security group.
ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound"
// ErrCodeCacheClusterAlreadyExistsFault for service response error code
// "CacheClusterAlreadyExists".
//
// You already have a cluster with the given identifier.
ErrCodeCacheClusterAlreadyExistsFault = "CacheClusterAlreadyExists"
// ErrCodeCacheClusterNotFoundFault for service response error code
// "CacheClusterNotFound".
//
// The requested cluster ID does not refer to an existing cluster.
ErrCodeCacheClusterNotFoundFault = "CacheClusterNotFound"
// ErrCodeCacheParameterGroupAlreadyExistsFault for service response error code
// "CacheParameterGroupAlreadyExists".
//
// A cache parameter group with the requested name already exists.
ErrCodeCacheParameterGroupAlreadyExistsFault = "CacheParameterGroupAlreadyExists"
// ErrCodeCacheParameterGroupNotFoundFault for service response error code
// "CacheParameterGroupNotFound".
//
// The requested cache parameter group name does not refer to an existing cache
// parameter group.
ErrCodeCacheParameterGroupNotFoundFault = "CacheParameterGroupNotFound"
// ErrCodeCacheParameterGroupQuotaExceededFault for service response error code
// "CacheParameterGroupQuotaExceeded".
//
// The request cannot be processed because it would exceed the maximum number
// of cache security groups.
ErrCodeCacheParameterGroupQuotaExceededFault = "CacheParameterGroupQuotaExceeded"
// ErrCodeCacheSecurityGroupAlreadyExistsFault for service response error code
// "CacheSecurityGroupAlreadyExists".
//
// A cache security group with the specified name already exists.
ErrCodeCacheSecurityGroupAlreadyExistsFault = "CacheSecurityGroupAlreadyExists"
// ErrCodeCacheSecurityGroupNotFoundFault for service response error code
// "CacheSecurityGroupNotFound".
//
// The requested cache security group name does not refer to an existing cache
// security group.
ErrCodeCacheSecurityGroupNotFoundFault = "CacheSecurityGroupNotFound"
// ErrCodeCacheSecurityGroupQuotaExceededFault for service response error code
// "QuotaExceeded.CacheSecurityGroup".
//
// The request cannot be processed because it would exceed the allowed number
// of cache security groups.
ErrCodeCacheSecurityGroupQuotaExceededFault = "QuotaExceeded.CacheSecurityGroup"
// ErrCodeCacheSubnetGroupAlreadyExistsFault for service response error code
// "CacheSubnetGroupAlreadyExists".
//
// The requested cache subnet group name is already in use by an existing cache
// subnet group.
ErrCodeCacheSubnetGroupAlreadyExistsFault = "CacheSubnetGroupAlreadyExists"
// ErrCodeCacheSubnetGroupInUse for service response error code
// "CacheSubnetGroupInUse".
//
// The requested cache subnet group is currently in use.
ErrCodeCacheSubnetGroupInUse = "CacheSubnetGroupInUse"
// ErrCodeCacheSubnetGroupNotFoundFault for service response error code
// "CacheSubnetGroupNotFoundFault".
//
// The requested cache subnet group name does not refer to an existing cache
// subnet group.
ErrCodeCacheSubnetGroupNotFoundFault = "CacheSubnetGroupNotFoundFault"
// ErrCodeCacheSubnetGroupQuotaExceededFault for service response error code
// "CacheSubnetGroupQuotaExceeded".
//
// The request cannot be processed because it would exceed the allowed number
// of cache subnet groups.
ErrCodeCacheSubnetGroupQuotaExceededFault = "CacheSubnetGroupQuotaExceeded"
// ErrCodeCacheSubnetQuotaExceededFault for service response error code
// "CacheSubnetQuotaExceededFault".
//
// The request cannot be processed because it would exceed the allowed number
// of subnets in a cache subnet group.
ErrCodeCacheSubnetQuotaExceededFault = "CacheSubnetQuotaExceededFault"
// ErrCodeClusterQuotaForCustomerExceededFault for service response error code
// "ClusterQuotaForCustomerExceeded".
//
// The request cannot be processed because it would exceed the allowed number
// of clusters per customer.
ErrCodeClusterQuotaForCustomerExceededFault = "ClusterQuotaForCustomerExceeded"
// ErrCodeDefaultUserAssociatedToUserGroupFault for service response error code
// "DefaultUserAssociatedToUserGroup".
//
// The default user assigned to the user group.
ErrCodeDefaultUserAssociatedToUserGroupFault = "DefaultUserAssociatedToUserGroup"
// ErrCodeDefaultUserRequired for service response error code
// "DefaultUserRequired".
//
// You must add default user to a user group.
ErrCodeDefaultUserRequired = "DefaultUserRequired"
// ErrCodeDuplicateUserNameFault for service response error code
// "DuplicateUserName".
//
// A user with this username already exists.
ErrCodeDuplicateUserNameFault = "DuplicateUserName"
// ErrCodeGlobalReplicationGroupAlreadyExistsFault for service response error code
// "GlobalReplicationGroupAlreadyExistsFault".
//
// The Global datastore name already exists.
ErrCodeGlobalReplicationGroupAlreadyExistsFault = "GlobalReplicationGroupAlreadyExistsFault"
// ErrCodeGlobalReplicationGroupNotFoundFault for service response error code
// "GlobalReplicationGroupNotFoundFault".
//
// The Global datastore does not exist
ErrCodeGlobalReplicationGroupNotFoundFault = "GlobalReplicationGroupNotFoundFault"
// ErrCodeInsufficientCacheClusterCapacityFault for service response error code
// "InsufficientCacheClusterCapacity".
//
// The requested cache node type is not available in the specified Availability
// Zone. For more information, see InsufficientCacheClusterCapacity (http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY)
// in the ElastiCache User Guide.
ErrCodeInsufficientCacheClusterCapacityFault = "InsufficientCacheClusterCapacity"
// ErrCodeInvalidARNFault for service response error code
// "InvalidARN".
//
// The requested Amazon Resource Name (ARN) does not refer to an existing resource.
ErrCodeInvalidARNFault = "InvalidARN"
// ErrCodeInvalidCacheClusterStateFault for service response error code
// "InvalidCacheClusterState".
//
// The requested cluster is not in the available state.
ErrCodeInvalidCacheClusterStateFault = "InvalidCacheClusterState"
// ErrCodeInvalidCacheParameterGroupStateFault for service response error code
// "InvalidCacheParameterGroupState".
//
// The current state of the cache parameter group does not allow the requested
// operation to occur.
ErrCodeInvalidCacheParameterGroupStateFault = "InvalidCacheParameterGroupState"
// ErrCodeInvalidCacheSecurityGroupStateFault for service response error code
// "InvalidCacheSecurityGroupState".
//
// The current state of the cache security group does not allow deletion.
ErrCodeInvalidCacheSecurityGroupStateFault = "InvalidCacheSecurityGroupState"
// ErrCodeInvalidCredentialsException for service response error code
// "InvalidCredentialsException".
//
// You must enter valid credentials.
ErrCodeInvalidCredentialsException = "InvalidCredentialsException"
// ErrCodeInvalidGlobalReplicationGroupStateFault for service response error code
// "InvalidGlobalReplicationGroupState".
//
// The Global datastore is not available or in primary-only state.
ErrCodeInvalidGlobalReplicationGroupStateFault = "InvalidGlobalReplicationGroupState"
// ErrCodeInvalidKMSKeyFault for service response error code
// "InvalidKMSKeyFault".
//
// The KMS key supplied is not valid.
ErrCodeInvalidKMSKeyFault = "InvalidKMSKeyFault"
// ErrCodeInvalidParameterCombinationException for service response error code
// "InvalidParameterCombination".
//
// Two or more incompatible parameters were specified.
ErrCodeInvalidParameterCombinationException = "InvalidParameterCombination"
// ErrCodeInvalidParameterValueException for service response error code
// "InvalidParameterValue".
//
// The value for a parameter is invalid.
ErrCodeInvalidParameterValueException = "InvalidParameterValue"
// ErrCodeInvalidReplicationGroupStateFault for service response error code
// "InvalidReplicationGroupState".
//
// The requested replication group is not in the available state.
ErrCodeInvalidReplicationGroupStateFault = "InvalidReplicationGroupState"
// ErrCodeInvalidServerlessCacheSnapshotStateFault for service response error code
// "InvalidServerlessCacheSnapshotStateFault".
//
// The state of the serverless cache snapshot was not received. Available for
// Redis OSS and Serverless Memcached only.
ErrCodeInvalidServerlessCacheSnapshotStateFault = "InvalidServerlessCacheSnapshotStateFault"
// ErrCodeInvalidServerlessCacheStateFault for service response error code
// "InvalidServerlessCacheStateFault".
//
// The account for these credentials is not currently active.
ErrCodeInvalidServerlessCacheStateFault = "InvalidServerlessCacheStateFault"
// ErrCodeInvalidSnapshotStateFault for service response error code
// "InvalidSnapshotState".
//
// The current state of the snapshot does not allow the requested operation
// to occur.
ErrCodeInvalidSnapshotStateFault = "InvalidSnapshotState"
// ErrCodeInvalidSubnet for service response error code
// "InvalidSubnet".
//
// An invalid subnet identifier was specified.
ErrCodeInvalidSubnet = "InvalidSubnet"
// ErrCodeInvalidUserGroupStateFault for service response error code
// "InvalidUserGroupState".
//
// The user group is not in an active state.
ErrCodeInvalidUserGroupStateFault = "InvalidUserGroupState"
// ErrCodeInvalidUserStateFault for service response error code
// "InvalidUserState".
//
// The user is not in active state.
ErrCodeInvalidUserStateFault = "InvalidUserState"
// ErrCodeInvalidVPCNetworkStateFault for service response error code
// "InvalidVPCNetworkStateFault".
//
// The VPC network is in an invalid state.
ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"
// ErrCodeNoOperationFault for service response error code
// "NoOperationFault".
//
// The operation was not performed because no changes were required.
ErrCodeNoOperationFault = "NoOperationFault"
// ErrCodeNodeGroupNotFoundFault for service response error code
// "NodeGroupNotFoundFault".
//
// The node group specified by the NodeGroupId parameter could not be found.
// Please verify that the node group exists and that you spelled the NodeGroupId
// value correctly.
ErrCodeNodeGroupNotFoundFault = "NodeGroupNotFoundFault"
// ErrCodeNodeGroupsPerReplicationGroupQuotaExceededFault for service response error code
// "NodeGroupsPerReplicationGroupQuotaExceeded".
//
// The request cannot be processed because it would exceed the maximum allowed
// number of node groups (shards) in a single replication group. The default
// maximum is 90
ErrCodeNodeGroupsPerReplicationGroupQuotaExceededFault = "NodeGroupsPerReplicationGroupQuotaExceeded"
// ErrCodeNodeQuotaForClusterExceededFault for service response error code
// "NodeQuotaForClusterExceeded".
//
// The request cannot be processed because it would exceed the allowed number
// of cache nodes in a single cluster.
ErrCodeNodeQuotaForClusterExceededFault = "NodeQuotaForClusterExceeded"
// ErrCodeNodeQuotaForCustomerExceededFault for service response error code
// "NodeQuotaForCustomerExceeded".
//
// The request cannot be processed because it would exceed the allowed number
// of cache nodes per customer.
ErrCodeNodeQuotaForCustomerExceededFault = "NodeQuotaForCustomerExceeded"
// ErrCodeReplicationGroupAlreadyExistsFault for service response error code
// "ReplicationGroupAlreadyExists".
//
// The specified replication group already exists.
ErrCodeReplicationGroupAlreadyExistsFault = "ReplicationGroupAlreadyExists"
// ErrCodeReplicationGroupAlreadyUnderMigrationFault for service response error code
// "ReplicationGroupAlreadyUnderMigrationFault".
//
// The targeted replication group is not available.
ErrCodeReplicationGroupAlreadyUnderMigrationFault = "ReplicationGroupAlreadyUnderMigrationFault"
// ErrCodeReplicationGroupNotFoundFault for service response error code
// "ReplicationGroupNotFoundFault".
//
// The specified replication group does not exist.
ErrCodeReplicationGroupNotFoundFault = "ReplicationGroupNotFoundFault"
// ErrCodeReplicationGroupNotUnderMigrationFault for service response error code
// "ReplicationGroupNotUnderMigrationFault".
//
// The designated replication group is not available for data migration.
ErrCodeReplicationGroupNotUnderMigrationFault = "ReplicationGroupNotUnderMigrationFault"
// ErrCodeReservedCacheNodeAlreadyExistsFault for service response error code
// "ReservedCacheNodeAlreadyExists".
//
// You already have a reservation with the given identifier.
ErrCodeReservedCacheNodeAlreadyExistsFault = "ReservedCacheNodeAlreadyExists"
// ErrCodeReservedCacheNodeNotFoundFault for service response error code
// "ReservedCacheNodeNotFound".
//
// The requested reserved cache node was not found.
ErrCodeReservedCacheNodeNotFoundFault = "ReservedCacheNodeNotFound"
// ErrCodeReservedCacheNodeQuotaExceededFault for service response error code
// "ReservedCacheNodeQuotaExceeded".
//
// The request cannot be processed because it would exceed the user's cache
// node quota.
ErrCodeReservedCacheNodeQuotaExceededFault = "ReservedCacheNodeQuotaExceeded"
// ErrCodeReservedCacheNodesOfferingNotFoundFault for service response error code
// "ReservedCacheNodesOfferingNotFound".
//
// The requested cache node offering does not exist.
ErrCodeReservedCacheNodesOfferingNotFoundFault = "ReservedCacheNodesOfferingNotFound"
// ErrCodeServerlessCacheAlreadyExistsFault for service response error code
// "ServerlessCacheAlreadyExistsFault".
//
// A serverless cache with this name already exists.
ErrCodeServerlessCacheAlreadyExistsFault = "ServerlessCacheAlreadyExistsFault"
// ErrCodeServerlessCacheNotFoundFault for service response error code
// "ServerlessCacheNotFoundFault".
//
// The serverless cache was not found or does not exist.
ErrCodeServerlessCacheNotFoundFault = "ServerlessCacheNotFoundFault"
// ErrCodeServerlessCacheQuotaForCustomerExceededFault for service response error code
// "ServerlessCacheQuotaForCustomerExceededFault".
//
// The number of serverless caches exceeds the customer quota.
ErrCodeServerlessCacheQuotaForCustomerExceededFault = "ServerlessCacheQuotaForCustomerExceededFault"
// ErrCodeServerlessCacheSnapshotAlreadyExistsFault for service response error code
// "ServerlessCacheSnapshotAlreadyExistsFault".
//
// A serverless cache snapshot with this name already exists. Available for
// Redis OSS and Serverless Memcached only.
ErrCodeServerlessCacheSnapshotAlreadyExistsFault = "ServerlessCacheSnapshotAlreadyExistsFault"
// ErrCodeServerlessCacheSnapshotNotFoundFault for service response error code
// "ServerlessCacheSnapshotNotFoundFault".
//
// This serverless cache snapshot could not be found or does not exist. Available
// for Redis OSS and Serverless Memcached only.
ErrCodeServerlessCacheSnapshotNotFoundFault = "ServerlessCacheSnapshotNotFoundFault"
// ErrCodeServerlessCacheSnapshotQuotaExceededFault for service response error code
// "ServerlessCacheSnapshotQuotaExceededFault".
//
// The number of serverless cache snapshots exceeds the customer snapshot quota.
// Available for Redis OSS and Serverless Memcached only.
ErrCodeServerlessCacheSnapshotQuotaExceededFault = "ServerlessCacheSnapshotQuotaExceededFault"
// ErrCodeServiceLinkedRoleNotFoundFault for service response error code
// "ServiceLinkedRoleNotFoundFault".
//
// The specified service linked role (SLR) was not found.
ErrCodeServiceLinkedRoleNotFoundFault = "ServiceLinkedRoleNotFoundFault"
// ErrCodeServiceUpdateNotFoundFault for service response error code
// "ServiceUpdateNotFoundFault".
//
// The service update doesn't exist
ErrCodeServiceUpdateNotFoundFault = "ServiceUpdateNotFoundFault"
// ErrCodeSnapshotAlreadyExistsFault for service response error code
// "SnapshotAlreadyExistsFault".
//
// You already have a snapshot with the given name.
ErrCodeSnapshotAlreadyExistsFault = "SnapshotAlreadyExistsFault"
// ErrCodeSnapshotFeatureNotSupportedFault for service response error code
// "SnapshotFeatureNotSupportedFault".
//
// You attempted one of the following operations:
//
// * Creating a snapshot of a Redis OSS cluster running on a cache.t1.micro
// cache node.
//
// * Creating a snapshot of a cluster that is running Memcached rather than
// Redis OSS.
//
// Neither of these are supported by ElastiCache.
ErrCodeSnapshotFeatureNotSupportedFault = "SnapshotFeatureNotSupportedFault"
// ErrCodeSnapshotNotFoundFault for service response error code
// "SnapshotNotFoundFault".
//
// The requested snapshot name does not refer to an existing snapshot.
ErrCodeSnapshotNotFoundFault = "SnapshotNotFoundFault"
// ErrCodeSnapshotQuotaExceededFault for service response error code
// "SnapshotQuotaExceededFault".
//
// The request cannot be processed because it would exceed the maximum number
// of snapshots.
ErrCodeSnapshotQuotaExceededFault = "SnapshotQuotaExceededFault"
// ErrCodeSubnetInUse for service response error code
// "SubnetInUse".
//
// The requested subnet is being used by another cache subnet group.
ErrCodeSubnetInUse = "SubnetInUse"
// ErrCodeSubnetNotAllowedFault for service response error code
// "SubnetNotAllowedFault".
//
// At least one subnet ID does not match the other subnet IDs. This mismatch
// typically occurs when a user sets one subnet ID to a regional Availability
// Zone and a different one to an outpost. Or when a user sets the subnet ID
// to an Outpost when not subscribed on this service.
ErrCodeSubnetNotAllowedFault = "SubnetNotAllowedFault"
// ErrCodeTagNotFoundFault for service response error code
// "TagNotFound".
//
// The requested tag was not found on this resource.
ErrCodeTagNotFoundFault = "TagNotFound"
// ErrCodeTagQuotaPerResourceExceeded for service response error code
// "TagQuotaPerResourceExceeded".
//
// The request cannot be processed because it would cause the resource to have
// more than the allowed number of tags. The maximum number of tags permitted
// on a resource is 50.
ErrCodeTagQuotaPerResourceExceeded = "TagQuotaPerResourceExceeded"
// ErrCodeTestFailoverNotAvailableFault for service response error code
// "TestFailoverNotAvailableFault".
//
// The TestFailover action is not available.
ErrCodeTestFailoverNotAvailableFault = "TestFailoverNotAvailableFault"
// ErrCodeUserAlreadyExistsFault for service response error code
// "UserAlreadyExists".
//
// A user with this ID already exists.
ErrCodeUserAlreadyExistsFault = "UserAlreadyExists"
// ErrCodeUserGroupAlreadyExistsFault for service response error code
// "UserGroupAlreadyExists".
//
// The user group with this ID already exists.
ErrCodeUserGroupAlreadyExistsFault = "UserGroupAlreadyExists"
// ErrCodeUserGroupNotFoundFault for service response error code
// "UserGroupNotFound".
//
// The user group was not found or does not exist
ErrCodeUserGroupNotFoundFault = "UserGroupNotFound"
// ErrCodeUserGroupQuotaExceededFault for service response error code
// "UserGroupQuotaExceeded".
//
// The number of users exceeds the user group limit.
ErrCodeUserGroupQuotaExceededFault = "UserGroupQuotaExceeded"
// ErrCodeUserNotFoundFault for service response error code
// "UserNotFound".
//
// The user does not exist or could not be found.
ErrCodeUserNotFoundFault = "UserNotFound"
// ErrCodeUserQuotaExceededFault for service response error code
// "UserQuotaExceeded".
//
// The quota of users has been exceeded.
ErrCodeUserQuotaExceededFault = "UserQuotaExceeded"
)