github.com/aavshr/aws-sdk-go@v1.41.3/service/elasticache/errors.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  package elasticache
     4  
     5  const (
     6  
     7  	// ErrCodeAPICallRateForCustomerExceededFault for service response error code
     8  	// "APICallRateForCustomerExceeded".
     9  	//
    10  	// The customer has exceeded the allowed rate of API calls.
    11  	ErrCodeAPICallRateForCustomerExceededFault = "APICallRateForCustomerExceeded"
    12  
    13  	// ErrCodeAuthorizationAlreadyExistsFault for service response error code
    14  	// "AuthorizationAlreadyExists".
    15  	//
    16  	// The specified Amazon EC2 security group is already authorized for the specified
    17  	// cache security group.
    18  	ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists"
    19  
    20  	// ErrCodeAuthorizationNotFoundFault for service response error code
    21  	// "AuthorizationNotFound".
    22  	//
    23  	// The specified Amazon EC2 security group is not authorized for the specified
    24  	// cache security group.
    25  	ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound"
    26  
    27  	// ErrCodeCacheClusterAlreadyExistsFault for service response error code
    28  	// "CacheClusterAlreadyExists".
    29  	//
    30  	// You already have a cluster with the given identifier.
    31  	ErrCodeCacheClusterAlreadyExistsFault = "CacheClusterAlreadyExists"
    32  
    33  	// ErrCodeCacheClusterNotFoundFault for service response error code
    34  	// "CacheClusterNotFound".
    35  	//
    36  	// The requested cluster ID does not refer to an existing cluster.
    37  	ErrCodeCacheClusterNotFoundFault = "CacheClusterNotFound"
    38  
    39  	// ErrCodeCacheParameterGroupAlreadyExistsFault for service response error code
    40  	// "CacheParameterGroupAlreadyExists".
    41  	//
    42  	// A cache parameter group with the requested name already exists.
    43  	ErrCodeCacheParameterGroupAlreadyExistsFault = "CacheParameterGroupAlreadyExists"
    44  
    45  	// ErrCodeCacheParameterGroupNotFoundFault for service response error code
    46  	// "CacheParameterGroupNotFound".
    47  	//
    48  	// The requested cache parameter group name does not refer to an existing cache
    49  	// parameter group.
    50  	ErrCodeCacheParameterGroupNotFoundFault = "CacheParameterGroupNotFound"
    51  
    52  	// ErrCodeCacheParameterGroupQuotaExceededFault for service response error code
    53  	// "CacheParameterGroupQuotaExceeded".
    54  	//
    55  	// The request cannot be processed because it would exceed the maximum number
    56  	// of cache security groups.
    57  	ErrCodeCacheParameterGroupQuotaExceededFault = "CacheParameterGroupQuotaExceeded"
    58  
    59  	// ErrCodeCacheSecurityGroupAlreadyExistsFault for service response error code
    60  	// "CacheSecurityGroupAlreadyExists".
    61  	//
    62  	// A cache security group with the specified name already exists.
    63  	ErrCodeCacheSecurityGroupAlreadyExistsFault = "CacheSecurityGroupAlreadyExists"
    64  
    65  	// ErrCodeCacheSecurityGroupNotFoundFault for service response error code
    66  	// "CacheSecurityGroupNotFound".
    67  	//
    68  	// The requested cache security group name does not refer to an existing cache
    69  	// security group.
    70  	ErrCodeCacheSecurityGroupNotFoundFault = "CacheSecurityGroupNotFound"
    71  
    72  	// ErrCodeCacheSecurityGroupQuotaExceededFault for service response error code
    73  	// "QuotaExceeded.CacheSecurityGroup".
    74  	//
    75  	// The request cannot be processed because it would exceed the allowed number
    76  	// of cache security groups.
    77  	ErrCodeCacheSecurityGroupQuotaExceededFault = "QuotaExceeded.CacheSecurityGroup"
    78  
    79  	// ErrCodeCacheSubnetGroupAlreadyExistsFault for service response error code
    80  	// "CacheSubnetGroupAlreadyExists".
    81  	//
    82  	// The requested cache subnet group name is already in use by an existing cache
    83  	// subnet group.
    84  	ErrCodeCacheSubnetGroupAlreadyExistsFault = "CacheSubnetGroupAlreadyExists"
    85  
    86  	// ErrCodeCacheSubnetGroupInUse for service response error code
    87  	// "CacheSubnetGroupInUse".
    88  	//
    89  	// The requested cache subnet group is currently in use.
    90  	ErrCodeCacheSubnetGroupInUse = "CacheSubnetGroupInUse"
    91  
    92  	// ErrCodeCacheSubnetGroupNotFoundFault for service response error code
    93  	// "CacheSubnetGroupNotFoundFault".
    94  	//
    95  	// The requested cache subnet group name does not refer to an existing cache
    96  	// subnet group.
    97  	ErrCodeCacheSubnetGroupNotFoundFault = "CacheSubnetGroupNotFoundFault"
    98  
    99  	// ErrCodeCacheSubnetGroupQuotaExceededFault for service response error code
   100  	// "CacheSubnetGroupQuotaExceeded".
   101  	//
   102  	// The request cannot be processed because it would exceed the allowed number
   103  	// of cache subnet groups.
   104  	ErrCodeCacheSubnetGroupQuotaExceededFault = "CacheSubnetGroupQuotaExceeded"
   105  
   106  	// ErrCodeCacheSubnetQuotaExceededFault for service response error code
   107  	// "CacheSubnetQuotaExceededFault".
   108  	//
   109  	// The request cannot be processed because it would exceed the allowed number
   110  	// of subnets in a cache subnet group.
   111  	ErrCodeCacheSubnetQuotaExceededFault = "CacheSubnetQuotaExceededFault"
   112  
   113  	// ErrCodeClusterQuotaForCustomerExceededFault for service response error code
   114  	// "ClusterQuotaForCustomerExceeded".
   115  	//
   116  	// The request cannot be processed because it would exceed the allowed number
   117  	// of clusters per customer.
   118  	ErrCodeClusterQuotaForCustomerExceededFault = "ClusterQuotaForCustomerExceeded"
   119  
   120  	// ErrCodeDefaultUserAssociatedToUserGroupFault for service response error code
   121  	// "DefaultUserAssociatedToUserGroup".
   122  	//
   123  	// The default user assigned to the user group.
   124  	ErrCodeDefaultUserAssociatedToUserGroupFault = "DefaultUserAssociatedToUserGroup"
   125  
   126  	// ErrCodeDefaultUserRequired for service response error code
   127  	// "DefaultUserRequired".
   128  	//
   129  	// You must add default user to a user group.
   130  	ErrCodeDefaultUserRequired = "DefaultUserRequired"
   131  
   132  	// ErrCodeDuplicateUserNameFault for service response error code
   133  	// "DuplicateUserName".
   134  	//
   135  	// A user with this username already exists.
   136  	ErrCodeDuplicateUserNameFault = "DuplicateUserName"
   137  
   138  	// ErrCodeGlobalReplicationGroupAlreadyExistsFault for service response error code
   139  	// "GlobalReplicationGroupAlreadyExistsFault".
   140  	//
   141  	// The Global datastore name already exists.
   142  	ErrCodeGlobalReplicationGroupAlreadyExistsFault = "GlobalReplicationGroupAlreadyExistsFault"
   143  
   144  	// ErrCodeGlobalReplicationGroupNotFoundFault for service response error code
   145  	// "GlobalReplicationGroupNotFoundFault".
   146  	//
   147  	// The Global datastore does not exist
   148  	ErrCodeGlobalReplicationGroupNotFoundFault = "GlobalReplicationGroupNotFoundFault"
   149  
   150  	// ErrCodeInsufficientCacheClusterCapacityFault for service response error code
   151  	// "InsufficientCacheClusterCapacity".
   152  	//
   153  	// The requested cache node type is not available in the specified Availability
   154  	// Zone. For more information, see InsufficientCacheClusterCapacity (http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY)
   155  	// in the ElastiCache User Guide.
   156  	ErrCodeInsufficientCacheClusterCapacityFault = "InsufficientCacheClusterCapacity"
   157  
   158  	// ErrCodeInvalidARNFault for service response error code
   159  	// "InvalidARN".
   160  	//
   161  	// The requested Amazon Resource Name (ARN) does not refer to an existing resource.
   162  	ErrCodeInvalidARNFault = "InvalidARN"
   163  
   164  	// ErrCodeInvalidCacheClusterStateFault for service response error code
   165  	// "InvalidCacheClusterState".
   166  	//
   167  	// The requested cluster is not in the available state.
   168  	ErrCodeInvalidCacheClusterStateFault = "InvalidCacheClusterState"
   169  
   170  	// ErrCodeInvalidCacheParameterGroupStateFault for service response error code
   171  	// "InvalidCacheParameterGroupState".
   172  	//
   173  	// The current state of the cache parameter group does not allow the requested
   174  	// operation to occur.
   175  	ErrCodeInvalidCacheParameterGroupStateFault = "InvalidCacheParameterGroupState"
   176  
   177  	// ErrCodeInvalidCacheSecurityGroupStateFault for service response error code
   178  	// "InvalidCacheSecurityGroupState".
   179  	//
   180  	// The current state of the cache security group does not allow deletion.
   181  	ErrCodeInvalidCacheSecurityGroupStateFault = "InvalidCacheSecurityGroupState"
   182  
   183  	// ErrCodeInvalidGlobalReplicationGroupStateFault for service response error code
   184  	// "InvalidGlobalReplicationGroupState".
   185  	//
   186  	// The Global datastore is not available or in primary-only state.
   187  	ErrCodeInvalidGlobalReplicationGroupStateFault = "InvalidGlobalReplicationGroupState"
   188  
   189  	// ErrCodeInvalidKMSKeyFault for service response error code
   190  	// "InvalidKMSKeyFault".
   191  	//
   192  	// The KMS key supplied is not valid.
   193  	ErrCodeInvalidKMSKeyFault = "InvalidKMSKeyFault"
   194  
   195  	// ErrCodeInvalidParameterCombinationException for service response error code
   196  	// "InvalidParameterCombination".
   197  	//
   198  	// Two or more incompatible parameters were specified.
   199  	ErrCodeInvalidParameterCombinationException = "InvalidParameterCombination"
   200  
   201  	// ErrCodeInvalidParameterValueException for service response error code
   202  	// "InvalidParameterValue".
   203  	//
   204  	// The value for a parameter is invalid.
   205  	ErrCodeInvalidParameterValueException = "InvalidParameterValue"
   206  
   207  	// ErrCodeInvalidReplicationGroupStateFault for service response error code
   208  	// "InvalidReplicationGroupState".
   209  	//
   210  	// The requested replication group is not in the available state.
   211  	ErrCodeInvalidReplicationGroupStateFault = "InvalidReplicationGroupState"
   212  
   213  	// ErrCodeInvalidSnapshotStateFault for service response error code
   214  	// "InvalidSnapshotState".
   215  	//
   216  	// The current state of the snapshot does not allow the requested operation
   217  	// to occur.
   218  	ErrCodeInvalidSnapshotStateFault = "InvalidSnapshotState"
   219  
   220  	// ErrCodeInvalidSubnet for service response error code
   221  	// "InvalidSubnet".
   222  	//
   223  	// An invalid subnet identifier was specified.
   224  	ErrCodeInvalidSubnet = "InvalidSubnet"
   225  
   226  	// ErrCodeInvalidUserGroupStateFault for service response error code
   227  	// "InvalidUserGroupState".
   228  	//
   229  	// The user group is not in an active state.
   230  	ErrCodeInvalidUserGroupStateFault = "InvalidUserGroupState"
   231  
   232  	// ErrCodeInvalidUserStateFault for service response error code
   233  	// "InvalidUserState".
   234  	//
   235  	// The user is not in active state.
   236  	ErrCodeInvalidUserStateFault = "InvalidUserState"
   237  
   238  	// ErrCodeInvalidVPCNetworkStateFault for service response error code
   239  	// "InvalidVPCNetworkStateFault".
   240  	//
   241  	// The VPC network is in an invalid state.
   242  	ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"
   243  
   244  	// ErrCodeNoOperationFault for service response error code
   245  	// "NoOperationFault".
   246  	//
   247  	// The operation was not performed because no changes were required.
   248  	ErrCodeNoOperationFault = "NoOperationFault"
   249  
   250  	// ErrCodeNodeGroupNotFoundFault for service response error code
   251  	// "NodeGroupNotFoundFault".
   252  	//
   253  	// The node group specified by the NodeGroupId parameter could not be found.
   254  	// Please verify that the node group exists and that you spelled the NodeGroupId
   255  	// value correctly.
   256  	ErrCodeNodeGroupNotFoundFault = "NodeGroupNotFoundFault"
   257  
   258  	// ErrCodeNodeGroupsPerReplicationGroupQuotaExceededFault for service response error code
   259  	// "NodeGroupsPerReplicationGroupQuotaExceeded".
   260  	//
   261  	// The request cannot be processed because it would exceed the maximum allowed
   262  	// number of node groups (shards) in a single replication group. The default
   263  	// maximum is 90
   264  	ErrCodeNodeGroupsPerReplicationGroupQuotaExceededFault = "NodeGroupsPerReplicationGroupQuotaExceeded"
   265  
   266  	// ErrCodeNodeQuotaForClusterExceededFault for service response error code
   267  	// "NodeQuotaForClusterExceeded".
   268  	//
   269  	// The request cannot be processed because it would exceed the allowed number
   270  	// of cache nodes in a single cluster.
   271  	ErrCodeNodeQuotaForClusterExceededFault = "NodeQuotaForClusterExceeded"
   272  
   273  	// ErrCodeNodeQuotaForCustomerExceededFault for service response error code
   274  	// "NodeQuotaForCustomerExceeded".
   275  	//
   276  	// The request cannot be processed because it would exceed the allowed number
   277  	// of cache nodes per customer.
   278  	ErrCodeNodeQuotaForCustomerExceededFault = "NodeQuotaForCustomerExceeded"
   279  
   280  	// ErrCodeReplicationGroupAlreadyExistsFault for service response error code
   281  	// "ReplicationGroupAlreadyExists".
   282  	//
   283  	// The specified replication group already exists.
   284  	ErrCodeReplicationGroupAlreadyExistsFault = "ReplicationGroupAlreadyExists"
   285  
   286  	// ErrCodeReplicationGroupAlreadyUnderMigrationFault for service response error code
   287  	// "ReplicationGroupAlreadyUnderMigrationFault".
   288  	//
   289  	// The targeted replication group is not available.
   290  	ErrCodeReplicationGroupAlreadyUnderMigrationFault = "ReplicationGroupAlreadyUnderMigrationFault"
   291  
   292  	// ErrCodeReplicationGroupNotFoundFault for service response error code
   293  	// "ReplicationGroupNotFoundFault".
   294  	//
   295  	// The specified replication group does not exist.
   296  	ErrCodeReplicationGroupNotFoundFault = "ReplicationGroupNotFoundFault"
   297  
   298  	// ErrCodeReplicationGroupNotUnderMigrationFault for service response error code
   299  	// "ReplicationGroupNotUnderMigrationFault".
   300  	//
   301  	// The designated replication group is not available for data migration.
   302  	ErrCodeReplicationGroupNotUnderMigrationFault = "ReplicationGroupNotUnderMigrationFault"
   303  
   304  	// ErrCodeReservedCacheNodeAlreadyExistsFault for service response error code
   305  	// "ReservedCacheNodeAlreadyExists".
   306  	//
   307  	// You already have a reservation with the given identifier.
   308  	ErrCodeReservedCacheNodeAlreadyExistsFault = "ReservedCacheNodeAlreadyExists"
   309  
   310  	// ErrCodeReservedCacheNodeNotFoundFault for service response error code
   311  	// "ReservedCacheNodeNotFound".
   312  	//
   313  	// The requested reserved cache node was not found.
   314  	ErrCodeReservedCacheNodeNotFoundFault = "ReservedCacheNodeNotFound"
   315  
   316  	// ErrCodeReservedCacheNodeQuotaExceededFault for service response error code
   317  	// "ReservedCacheNodeQuotaExceeded".
   318  	//
   319  	// The request cannot be processed because it would exceed the user's cache
   320  	// node quota.
   321  	ErrCodeReservedCacheNodeQuotaExceededFault = "ReservedCacheNodeQuotaExceeded"
   322  
   323  	// ErrCodeReservedCacheNodesOfferingNotFoundFault for service response error code
   324  	// "ReservedCacheNodesOfferingNotFound".
   325  	//
   326  	// The requested cache node offering does not exist.
   327  	ErrCodeReservedCacheNodesOfferingNotFoundFault = "ReservedCacheNodesOfferingNotFound"
   328  
   329  	// ErrCodeServiceLinkedRoleNotFoundFault for service response error code
   330  	// "ServiceLinkedRoleNotFoundFault".
   331  	//
   332  	// The specified service linked role (SLR) was not found.
   333  	ErrCodeServiceLinkedRoleNotFoundFault = "ServiceLinkedRoleNotFoundFault"
   334  
   335  	// ErrCodeServiceUpdateNotFoundFault for service response error code
   336  	// "ServiceUpdateNotFoundFault".
   337  	//
   338  	// The service update doesn't exist
   339  	ErrCodeServiceUpdateNotFoundFault = "ServiceUpdateNotFoundFault"
   340  
   341  	// ErrCodeSnapshotAlreadyExistsFault for service response error code
   342  	// "SnapshotAlreadyExistsFault".
   343  	//
   344  	// You already have a snapshot with the given name.
   345  	ErrCodeSnapshotAlreadyExistsFault = "SnapshotAlreadyExistsFault"
   346  
   347  	// ErrCodeSnapshotFeatureNotSupportedFault for service response error code
   348  	// "SnapshotFeatureNotSupportedFault".
   349  	//
   350  	// You attempted one of the following operations:
   351  	//
   352  	//    * Creating a snapshot of a Redis cluster running on a cache.t1.micro cache
   353  	//    node.
   354  	//
   355  	//    * Creating a snapshot of a cluster that is running Memcached rather than
   356  	//    Redis.
   357  	//
   358  	// Neither of these are supported by ElastiCache.
   359  	ErrCodeSnapshotFeatureNotSupportedFault = "SnapshotFeatureNotSupportedFault"
   360  
   361  	// ErrCodeSnapshotNotFoundFault for service response error code
   362  	// "SnapshotNotFoundFault".
   363  	//
   364  	// The requested snapshot name does not refer to an existing snapshot.
   365  	ErrCodeSnapshotNotFoundFault = "SnapshotNotFoundFault"
   366  
   367  	// ErrCodeSnapshotQuotaExceededFault for service response error code
   368  	// "SnapshotQuotaExceededFault".
   369  	//
   370  	// The request cannot be processed because it would exceed the maximum number
   371  	// of snapshots.
   372  	ErrCodeSnapshotQuotaExceededFault = "SnapshotQuotaExceededFault"
   373  
   374  	// ErrCodeSubnetInUse for service response error code
   375  	// "SubnetInUse".
   376  	//
   377  	// The requested subnet is being used by another cache subnet group.
   378  	ErrCodeSubnetInUse = "SubnetInUse"
   379  
   380  	// ErrCodeSubnetNotAllowedFault for service response error code
   381  	// "SubnetNotAllowedFault".
   382  	//
   383  	// At least one subnet ID does not match the other subnet IDs. This mismatch
   384  	// typically occurs when a user sets one subnet ID to a regional Availability
   385  	// Zone and a different one to an outpost. Or when a user sets the subnet ID
   386  	// to an Outpost when not subscribed on this service.
   387  	ErrCodeSubnetNotAllowedFault = "SubnetNotAllowedFault"
   388  
   389  	// ErrCodeTagNotFoundFault for service response error code
   390  	// "TagNotFound".
   391  	//
   392  	// The requested tag was not found on this resource.
   393  	ErrCodeTagNotFoundFault = "TagNotFound"
   394  
   395  	// ErrCodeTagQuotaPerResourceExceeded for service response error code
   396  	// "TagQuotaPerResourceExceeded".
   397  	//
   398  	// The request cannot be processed because it would cause the resource to have
   399  	// more than the allowed number of tags. The maximum number of tags permitted
   400  	// on a resource is 50.
   401  	ErrCodeTagQuotaPerResourceExceeded = "TagQuotaPerResourceExceeded"
   402  
   403  	// ErrCodeTestFailoverNotAvailableFault for service response error code
   404  	// "TestFailoverNotAvailableFault".
   405  	//
   406  	// The TestFailover action is not available.
   407  	ErrCodeTestFailoverNotAvailableFault = "TestFailoverNotAvailableFault"
   408  
   409  	// ErrCodeUserAlreadyExistsFault for service response error code
   410  	// "UserAlreadyExists".
   411  	//
   412  	// A user with this ID already exists.
   413  	ErrCodeUserAlreadyExistsFault = "UserAlreadyExists"
   414  
   415  	// ErrCodeUserGroupAlreadyExistsFault for service response error code
   416  	// "UserGroupAlreadyExists".
   417  	//
   418  	// The user group with this ID already exists.
   419  	ErrCodeUserGroupAlreadyExistsFault = "UserGroupAlreadyExists"
   420  
   421  	// ErrCodeUserGroupNotFoundFault for service response error code
   422  	// "UserGroupNotFound".
   423  	//
   424  	// The user group was not found or does not exist
   425  	ErrCodeUserGroupNotFoundFault = "UserGroupNotFound"
   426  
   427  	// ErrCodeUserGroupQuotaExceededFault for service response error code
   428  	// "UserGroupQuotaExceeded".
   429  	//
   430  	// The number of users exceeds the user group limit.
   431  	ErrCodeUserGroupQuotaExceededFault = "UserGroupQuotaExceeded"
   432  
   433  	// ErrCodeUserNotFoundFault for service response error code
   434  	// "UserNotFound".
   435  	//
   436  	// The user does not exist or could not be found.
   437  	ErrCodeUserNotFoundFault = "UserNotFound"
   438  
   439  	// ErrCodeUserQuotaExceededFault for service response error code
   440  	// "UserQuotaExceeded".
   441  	//
   442  	// The quota of users has been exceeded.
   443  	ErrCodeUserQuotaExceededFault = "UserQuotaExceeded"
   444  )