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

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  package rds
     4  
     5  const (
     6  
     7  	// ErrCodeAuthorizationAlreadyExistsFault for service response error code
     8  	// "AuthorizationAlreadyExists".
     9  	//
    10  	// The specified CIDR IP range or Amazon EC2 security group is already authorized
    11  	// for the specified DB security group.
    12  	ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists"
    13  
    14  	// ErrCodeAuthorizationNotFoundFault for service response error code
    15  	// "AuthorizationNotFound".
    16  	//
    17  	// The specified CIDR IP range or Amazon EC2 security group might not be authorized
    18  	// for the specified DB security group.
    19  	//
    20  	// Or, RDS might not be authorized to perform necessary actions using IAM on
    21  	// your behalf.
    22  	ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound"
    23  
    24  	// ErrCodeAuthorizationQuotaExceededFault for service response error code
    25  	// "AuthorizationQuotaExceeded".
    26  	//
    27  	// The DB security group authorization quota has been reached.
    28  	ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded"
    29  
    30  	// ErrCodeBackupPolicyNotFoundFault for service response error code
    31  	// "BackupPolicyNotFoundFault".
    32  	ErrCodeBackupPolicyNotFoundFault = "BackupPolicyNotFoundFault"
    33  
    34  	// ErrCodeCertificateNotFoundFault for service response error code
    35  	// "CertificateNotFound".
    36  	//
    37  	// CertificateIdentifier doesn't refer to an existing certificate.
    38  	ErrCodeCertificateNotFoundFault = "CertificateNotFound"
    39  
    40  	// ErrCodeCustomAvailabilityZoneAlreadyExistsFault for service response error code
    41  	// "CustomAvailabilityZoneAlreadyExists".
    42  	//
    43  	// CustomAvailabilityZoneName is already used by an existing custom Availability
    44  	// Zone.
    45  	ErrCodeCustomAvailabilityZoneAlreadyExistsFault = "CustomAvailabilityZoneAlreadyExists"
    46  
    47  	// ErrCodeCustomAvailabilityZoneNotFoundFault for service response error code
    48  	// "CustomAvailabilityZoneNotFound".
    49  	//
    50  	// CustomAvailabilityZoneId doesn't refer to an existing custom Availability
    51  	// Zone identifier.
    52  	ErrCodeCustomAvailabilityZoneNotFoundFault = "CustomAvailabilityZoneNotFound"
    53  
    54  	// ErrCodeCustomAvailabilityZoneQuotaExceededFault for service response error code
    55  	// "CustomAvailabilityZoneQuotaExceeded".
    56  	//
    57  	// You have exceeded the maximum number of custom Availability Zones.
    58  	ErrCodeCustomAvailabilityZoneQuotaExceededFault = "CustomAvailabilityZoneQuotaExceeded"
    59  
    60  	// ErrCodeDBClusterAlreadyExistsFault for service response error code
    61  	// "DBClusterAlreadyExistsFault".
    62  	//
    63  	// The user already has a DB cluster with the given identifier.
    64  	ErrCodeDBClusterAlreadyExistsFault = "DBClusterAlreadyExistsFault"
    65  
    66  	// ErrCodeDBClusterBacktrackNotFoundFault for service response error code
    67  	// "DBClusterBacktrackNotFoundFault".
    68  	//
    69  	// BacktrackIdentifier doesn't refer to an existing backtrack.
    70  	ErrCodeDBClusterBacktrackNotFoundFault = "DBClusterBacktrackNotFoundFault"
    71  
    72  	// ErrCodeDBClusterEndpointAlreadyExistsFault for service response error code
    73  	// "DBClusterEndpointAlreadyExistsFault".
    74  	//
    75  	// The specified custom endpoint can't be created because it already exists.
    76  	ErrCodeDBClusterEndpointAlreadyExistsFault = "DBClusterEndpointAlreadyExistsFault"
    77  
    78  	// ErrCodeDBClusterEndpointNotFoundFault for service response error code
    79  	// "DBClusterEndpointNotFoundFault".
    80  	//
    81  	// The specified custom endpoint doesn't exist.
    82  	ErrCodeDBClusterEndpointNotFoundFault = "DBClusterEndpointNotFoundFault"
    83  
    84  	// ErrCodeDBClusterEndpointQuotaExceededFault for service response error code
    85  	// "DBClusterEndpointQuotaExceededFault".
    86  	//
    87  	// The cluster already has the maximum number of custom endpoints.
    88  	ErrCodeDBClusterEndpointQuotaExceededFault = "DBClusterEndpointQuotaExceededFault"
    89  
    90  	// ErrCodeDBClusterNotFoundFault for service response error code
    91  	// "DBClusterNotFoundFault".
    92  	//
    93  	// DBClusterIdentifier doesn't refer to an existing DB cluster.
    94  	ErrCodeDBClusterNotFoundFault = "DBClusterNotFoundFault"
    95  
    96  	// ErrCodeDBClusterParameterGroupNotFoundFault for service response error code
    97  	// "DBClusterParameterGroupNotFound".
    98  	//
    99  	// DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter
   100  	// group.
   101  	ErrCodeDBClusterParameterGroupNotFoundFault = "DBClusterParameterGroupNotFound"
   102  
   103  	// ErrCodeDBClusterQuotaExceededFault for service response error code
   104  	// "DBClusterQuotaExceededFault".
   105  	//
   106  	// The user attempted to create a new DB cluster and the user has already reached
   107  	// the maximum allowed DB cluster quota.
   108  	ErrCodeDBClusterQuotaExceededFault = "DBClusterQuotaExceededFault"
   109  
   110  	// ErrCodeDBClusterRoleAlreadyExistsFault for service response error code
   111  	// "DBClusterRoleAlreadyExists".
   112  	//
   113  	// The specified IAM role Amazon Resource Name (ARN) is already associated with
   114  	// the specified DB cluster.
   115  	ErrCodeDBClusterRoleAlreadyExistsFault = "DBClusterRoleAlreadyExists"
   116  
   117  	// ErrCodeDBClusterRoleNotFoundFault for service response error code
   118  	// "DBClusterRoleNotFound".
   119  	//
   120  	// The specified IAM role Amazon Resource Name (ARN) isn't associated with the
   121  	// specified DB cluster.
   122  	ErrCodeDBClusterRoleNotFoundFault = "DBClusterRoleNotFound"
   123  
   124  	// ErrCodeDBClusterRoleQuotaExceededFault for service response error code
   125  	// "DBClusterRoleQuotaExceeded".
   126  	//
   127  	// You have exceeded the maximum number of IAM roles that can be associated
   128  	// with the specified DB cluster.
   129  	ErrCodeDBClusterRoleQuotaExceededFault = "DBClusterRoleQuotaExceeded"
   130  
   131  	// ErrCodeDBClusterSnapshotAlreadyExistsFault for service response error code
   132  	// "DBClusterSnapshotAlreadyExistsFault".
   133  	//
   134  	// The user already has a DB cluster snapshot with the given identifier.
   135  	ErrCodeDBClusterSnapshotAlreadyExistsFault = "DBClusterSnapshotAlreadyExistsFault"
   136  
   137  	// ErrCodeDBClusterSnapshotNotFoundFault for service response error code
   138  	// "DBClusterSnapshotNotFoundFault".
   139  	//
   140  	// DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
   141  	ErrCodeDBClusterSnapshotNotFoundFault = "DBClusterSnapshotNotFoundFault"
   142  
   143  	// ErrCodeDBInstanceAlreadyExistsFault for service response error code
   144  	// "DBInstanceAlreadyExists".
   145  	//
   146  	// The user already has a DB instance with the given identifier.
   147  	ErrCodeDBInstanceAlreadyExistsFault = "DBInstanceAlreadyExists"
   148  
   149  	// ErrCodeDBInstanceAutomatedBackupNotFoundFault for service response error code
   150  	// "DBInstanceAutomatedBackupNotFound".
   151  	//
   152  	// No automated backup for this DB instance was found.
   153  	ErrCodeDBInstanceAutomatedBackupNotFoundFault = "DBInstanceAutomatedBackupNotFound"
   154  
   155  	// ErrCodeDBInstanceAutomatedBackupQuotaExceededFault for service response error code
   156  	// "DBInstanceAutomatedBackupQuotaExceeded".
   157  	//
   158  	// The quota for retained automated backups was exceeded. This prevents you
   159  	// from retaining any additional automated backups. The retained automated backups
   160  	// quota is the same as your DB Instance quota.
   161  	ErrCodeDBInstanceAutomatedBackupQuotaExceededFault = "DBInstanceAutomatedBackupQuotaExceeded"
   162  
   163  	// ErrCodeDBInstanceNotFoundFault for service response error code
   164  	// "DBInstanceNotFound".
   165  	//
   166  	// DBInstanceIdentifier doesn't refer to an existing DB instance.
   167  	ErrCodeDBInstanceNotFoundFault = "DBInstanceNotFound"
   168  
   169  	// ErrCodeDBInstanceRoleAlreadyExistsFault for service response error code
   170  	// "DBInstanceRoleAlreadyExists".
   171  	//
   172  	// The specified RoleArn or FeatureName value is already associated with the
   173  	// DB instance.
   174  	ErrCodeDBInstanceRoleAlreadyExistsFault = "DBInstanceRoleAlreadyExists"
   175  
   176  	// ErrCodeDBInstanceRoleNotFoundFault for service response error code
   177  	// "DBInstanceRoleNotFound".
   178  	//
   179  	// The specified RoleArn value doesn't match the specified feature for the DB
   180  	// instance.
   181  	ErrCodeDBInstanceRoleNotFoundFault = "DBInstanceRoleNotFound"
   182  
   183  	// ErrCodeDBInstanceRoleQuotaExceededFault for service response error code
   184  	// "DBInstanceRoleQuotaExceeded".
   185  	//
   186  	// You can't associate any more Amazon Web Services Identity and Access Management
   187  	// (IAM) roles with the DB instance because the quota has been reached.
   188  	ErrCodeDBInstanceRoleQuotaExceededFault = "DBInstanceRoleQuotaExceeded"
   189  
   190  	// ErrCodeDBLogFileNotFoundFault for service response error code
   191  	// "DBLogFileNotFoundFault".
   192  	//
   193  	// LogFileName doesn't refer to an existing DB log file.
   194  	ErrCodeDBLogFileNotFoundFault = "DBLogFileNotFoundFault"
   195  
   196  	// ErrCodeDBParameterGroupAlreadyExistsFault for service response error code
   197  	// "DBParameterGroupAlreadyExists".
   198  	//
   199  	// A DB parameter group with the same name exists.
   200  	ErrCodeDBParameterGroupAlreadyExistsFault = "DBParameterGroupAlreadyExists"
   201  
   202  	// ErrCodeDBParameterGroupNotFoundFault for service response error code
   203  	// "DBParameterGroupNotFound".
   204  	//
   205  	// DBParameterGroupName doesn't refer to an existing DB parameter group.
   206  	ErrCodeDBParameterGroupNotFoundFault = "DBParameterGroupNotFound"
   207  
   208  	// ErrCodeDBParameterGroupQuotaExceededFault for service response error code
   209  	// "DBParameterGroupQuotaExceeded".
   210  	//
   211  	// The request would result in the user exceeding the allowed number of DB parameter
   212  	// groups.
   213  	ErrCodeDBParameterGroupQuotaExceededFault = "DBParameterGroupQuotaExceeded"
   214  
   215  	// ErrCodeDBProxyAlreadyExistsFault for service response error code
   216  	// "DBProxyAlreadyExistsFault".
   217  	//
   218  	// The specified proxy name must be unique for all proxies owned by your Amazon
   219  	// Web Services account in the specified Amazon Web Services Region.
   220  	ErrCodeDBProxyAlreadyExistsFault = "DBProxyAlreadyExistsFault"
   221  
   222  	// ErrCodeDBProxyEndpointAlreadyExistsFault for service response error code
   223  	// "DBProxyEndpointAlreadyExistsFault".
   224  	//
   225  	// The specified DB proxy endpoint name must be unique for all DB proxy endpoints
   226  	// owned by your Amazon Web Services account in the specified Amazon Web Services
   227  	// Region.
   228  	ErrCodeDBProxyEndpointAlreadyExistsFault = "DBProxyEndpointAlreadyExistsFault"
   229  
   230  	// ErrCodeDBProxyEndpointNotFoundFault for service response error code
   231  	// "DBProxyEndpointNotFoundFault".
   232  	//
   233  	// The DB proxy endpoint doesn't exist.
   234  	ErrCodeDBProxyEndpointNotFoundFault = "DBProxyEndpointNotFoundFault"
   235  
   236  	// ErrCodeDBProxyEndpointQuotaExceededFault for service response error code
   237  	// "DBProxyEndpointQuotaExceededFault".
   238  	//
   239  	// The DB proxy already has the maximum number of endpoints.
   240  	ErrCodeDBProxyEndpointQuotaExceededFault = "DBProxyEndpointQuotaExceededFault"
   241  
   242  	// ErrCodeDBProxyNotFoundFault for service response error code
   243  	// "DBProxyNotFoundFault".
   244  	//
   245  	// The specified proxy name doesn't correspond to a proxy owned by your Amazon
   246  	// Web Services account in the specified Amazon Web Services Region.
   247  	ErrCodeDBProxyNotFoundFault = "DBProxyNotFoundFault"
   248  
   249  	// ErrCodeDBProxyQuotaExceededFault for service response error code
   250  	// "DBProxyQuotaExceededFault".
   251  	//
   252  	// Your Amazon Web Services account already has the maximum number of proxies
   253  	// in the specified Amazon Web Services Region.
   254  	ErrCodeDBProxyQuotaExceededFault = "DBProxyQuotaExceededFault"
   255  
   256  	// ErrCodeDBProxyTargetAlreadyRegisteredFault for service response error code
   257  	// "DBProxyTargetAlreadyRegisteredFault".
   258  	//
   259  	// The proxy is already associated with the specified RDS DB instance or Aurora
   260  	// DB cluster.
   261  	ErrCodeDBProxyTargetAlreadyRegisteredFault = "DBProxyTargetAlreadyRegisteredFault"
   262  
   263  	// ErrCodeDBProxyTargetGroupNotFoundFault for service response error code
   264  	// "DBProxyTargetGroupNotFoundFault".
   265  	//
   266  	// The specified target group isn't available for a proxy owned by your Amazon
   267  	// Web Services account in the specified Amazon Web Services Region.
   268  	ErrCodeDBProxyTargetGroupNotFoundFault = "DBProxyTargetGroupNotFoundFault"
   269  
   270  	// ErrCodeDBProxyTargetNotFoundFault for service response error code
   271  	// "DBProxyTargetNotFoundFault".
   272  	//
   273  	// The specified RDS DB instance or Aurora DB cluster isn't available for a
   274  	// proxy owned by your Amazon Web Services account in the specified Amazon Web
   275  	// Services Region.
   276  	ErrCodeDBProxyTargetNotFoundFault = "DBProxyTargetNotFoundFault"
   277  
   278  	// ErrCodeDBSecurityGroupAlreadyExistsFault for service response error code
   279  	// "DBSecurityGroupAlreadyExists".
   280  	//
   281  	// A DB security group with the name specified in DBSecurityGroupName already
   282  	// exists.
   283  	ErrCodeDBSecurityGroupAlreadyExistsFault = "DBSecurityGroupAlreadyExists"
   284  
   285  	// ErrCodeDBSecurityGroupNotFoundFault for service response error code
   286  	// "DBSecurityGroupNotFound".
   287  	//
   288  	// DBSecurityGroupName doesn't refer to an existing DB security group.
   289  	ErrCodeDBSecurityGroupNotFoundFault = "DBSecurityGroupNotFound"
   290  
   291  	// ErrCodeDBSecurityGroupNotSupportedFault for service response error code
   292  	// "DBSecurityGroupNotSupported".
   293  	//
   294  	// A DB security group isn't allowed for this action.
   295  	ErrCodeDBSecurityGroupNotSupportedFault = "DBSecurityGroupNotSupported"
   296  
   297  	// ErrCodeDBSecurityGroupQuotaExceededFault for service response error code
   298  	// "QuotaExceeded.DBSecurityGroup".
   299  	//
   300  	// The request would result in the user exceeding the allowed number of DB security
   301  	// groups.
   302  	ErrCodeDBSecurityGroupQuotaExceededFault = "QuotaExceeded.DBSecurityGroup"
   303  
   304  	// ErrCodeDBSnapshotAlreadyExistsFault for service response error code
   305  	// "DBSnapshotAlreadyExists".
   306  	//
   307  	// DBSnapshotIdentifier is already used by an existing snapshot.
   308  	ErrCodeDBSnapshotAlreadyExistsFault = "DBSnapshotAlreadyExists"
   309  
   310  	// ErrCodeDBSnapshotNotFoundFault for service response error code
   311  	// "DBSnapshotNotFound".
   312  	//
   313  	// DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
   314  	ErrCodeDBSnapshotNotFoundFault = "DBSnapshotNotFound"
   315  
   316  	// ErrCodeDBSubnetGroupAlreadyExistsFault for service response error code
   317  	// "DBSubnetGroupAlreadyExists".
   318  	//
   319  	// DBSubnetGroupName is already used by an existing DB subnet group.
   320  	ErrCodeDBSubnetGroupAlreadyExistsFault = "DBSubnetGroupAlreadyExists"
   321  
   322  	// ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs for service response error code
   323  	// "DBSubnetGroupDoesNotCoverEnoughAZs".
   324  	//
   325  	// Subnets in the DB subnet group should cover at least two Availability Zones
   326  	// unless there is only one Availability Zone.
   327  	ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs = "DBSubnetGroupDoesNotCoverEnoughAZs"
   328  
   329  	// ErrCodeDBSubnetGroupNotAllowedFault for service response error code
   330  	// "DBSubnetGroupNotAllowedFault".
   331  	//
   332  	// The DBSubnetGroup shouldn't be specified while creating read replicas that
   333  	// lie in the same region as the source instance.
   334  	ErrCodeDBSubnetGroupNotAllowedFault = "DBSubnetGroupNotAllowedFault"
   335  
   336  	// ErrCodeDBSubnetGroupNotFoundFault for service response error code
   337  	// "DBSubnetGroupNotFoundFault".
   338  	//
   339  	// DBSubnetGroupName doesn't refer to an existing DB subnet group.
   340  	ErrCodeDBSubnetGroupNotFoundFault = "DBSubnetGroupNotFoundFault"
   341  
   342  	// ErrCodeDBSubnetGroupQuotaExceededFault for service response error code
   343  	// "DBSubnetGroupQuotaExceeded".
   344  	//
   345  	// The request would result in the user exceeding the allowed number of DB subnet
   346  	// groups.
   347  	ErrCodeDBSubnetGroupQuotaExceededFault = "DBSubnetGroupQuotaExceeded"
   348  
   349  	// ErrCodeDBSubnetQuotaExceededFault for service response error code
   350  	// "DBSubnetQuotaExceededFault".
   351  	//
   352  	// The request would result in the user exceeding the allowed number of subnets
   353  	// in a DB subnet groups.
   354  	ErrCodeDBSubnetQuotaExceededFault = "DBSubnetQuotaExceededFault"
   355  
   356  	// ErrCodeDBUpgradeDependencyFailureFault for service response error code
   357  	// "DBUpgradeDependencyFailure".
   358  	//
   359  	// The DB upgrade failed because a resource the DB depends on can't be modified.
   360  	ErrCodeDBUpgradeDependencyFailureFault = "DBUpgradeDependencyFailure"
   361  
   362  	// ErrCodeDomainNotFoundFault for service response error code
   363  	// "DomainNotFoundFault".
   364  	//
   365  	// Domain doesn't refer to an existing Active Directory domain.
   366  	ErrCodeDomainNotFoundFault = "DomainNotFoundFault"
   367  
   368  	// ErrCodeEventSubscriptionQuotaExceededFault for service response error code
   369  	// "EventSubscriptionQuotaExceeded".
   370  	//
   371  	// You have reached the maximum number of event subscriptions.
   372  	ErrCodeEventSubscriptionQuotaExceededFault = "EventSubscriptionQuotaExceeded"
   373  
   374  	// ErrCodeExportTaskAlreadyExistsFault for service response error code
   375  	// "ExportTaskAlreadyExists".
   376  	//
   377  	// You can't start an export task that's already running.
   378  	ErrCodeExportTaskAlreadyExistsFault = "ExportTaskAlreadyExists"
   379  
   380  	// ErrCodeExportTaskNotFoundFault for service response error code
   381  	// "ExportTaskNotFound".
   382  	//
   383  	// The export task doesn't exist.
   384  	ErrCodeExportTaskNotFoundFault = "ExportTaskNotFound"
   385  
   386  	// ErrCodeGlobalClusterAlreadyExistsFault for service response error code
   387  	// "GlobalClusterAlreadyExistsFault".
   388  	//
   389  	// The GlobalClusterIdentifier already exists. Choose a new global database
   390  	// identifier (unique name) to create a new global database cluster.
   391  	ErrCodeGlobalClusterAlreadyExistsFault = "GlobalClusterAlreadyExistsFault"
   392  
   393  	// ErrCodeGlobalClusterNotFoundFault for service response error code
   394  	// "GlobalClusterNotFoundFault".
   395  	//
   396  	// The GlobalClusterIdentifier doesn't refer to an existing global database
   397  	// cluster.
   398  	ErrCodeGlobalClusterNotFoundFault = "GlobalClusterNotFoundFault"
   399  
   400  	// ErrCodeGlobalClusterQuotaExceededFault for service response error code
   401  	// "GlobalClusterQuotaExceededFault".
   402  	//
   403  	// The number of global database clusters for this account is already at the
   404  	// maximum allowed.
   405  	ErrCodeGlobalClusterQuotaExceededFault = "GlobalClusterQuotaExceededFault"
   406  
   407  	// ErrCodeIamRoleMissingPermissionsFault for service response error code
   408  	// "IamRoleMissingPermissions".
   409  	//
   410  	// The IAM role requires additional permissions to export to an Amazon S3 bucket.
   411  	ErrCodeIamRoleMissingPermissionsFault = "IamRoleMissingPermissions"
   412  
   413  	// ErrCodeIamRoleNotFoundFault for service response error code
   414  	// "IamRoleNotFound".
   415  	//
   416  	// The IAM role is missing for exporting to an Amazon S3 bucket.
   417  	ErrCodeIamRoleNotFoundFault = "IamRoleNotFound"
   418  
   419  	// ErrCodeInstallationMediaAlreadyExistsFault for service response error code
   420  	// "InstallationMediaAlreadyExists".
   421  	//
   422  	// The specified installation medium has already been imported.
   423  	ErrCodeInstallationMediaAlreadyExistsFault = "InstallationMediaAlreadyExists"
   424  
   425  	// ErrCodeInstallationMediaNotFoundFault for service response error code
   426  	// "InstallationMediaNotFound".
   427  	//
   428  	// InstallationMediaID doesn't refer to an existing installation medium.
   429  	ErrCodeInstallationMediaNotFoundFault = "InstallationMediaNotFound"
   430  
   431  	// ErrCodeInstanceQuotaExceededFault for service response error code
   432  	// "InstanceQuotaExceeded".
   433  	//
   434  	// The request would result in the user exceeding the allowed number of DB instances.
   435  	ErrCodeInstanceQuotaExceededFault = "InstanceQuotaExceeded"
   436  
   437  	// ErrCodeInsufficientAvailableIPsInSubnetFault for service response error code
   438  	// "InsufficientAvailableIPsInSubnetFault".
   439  	//
   440  	// The requested operation can't be performed because there aren't enough available
   441  	// IP addresses in the proxy's subnets. Add more CIDR blocks to the VPC or remove
   442  	// IP address that aren't required from the subnets.
   443  	ErrCodeInsufficientAvailableIPsInSubnetFault = "InsufficientAvailableIPsInSubnetFault"
   444  
   445  	// ErrCodeInsufficientDBClusterCapacityFault for service response error code
   446  	// "InsufficientDBClusterCapacityFault".
   447  	//
   448  	// The DB cluster doesn't have enough capacity for the current operation.
   449  	ErrCodeInsufficientDBClusterCapacityFault = "InsufficientDBClusterCapacityFault"
   450  
   451  	// ErrCodeInsufficientDBInstanceCapacityFault for service response error code
   452  	// "InsufficientDBInstanceCapacity".
   453  	//
   454  	// The specified DB instance class isn't available in the specified Availability
   455  	// Zone.
   456  	ErrCodeInsufficientDBInstanceCapacityFault = "InsufficientDBInstanceCapacity"
   457  
   458  	// ErrCodeInsufficientStorageClusterCapacityFault for service response error code
   459  	// "InsufficientStorageClusterCapacity".
   460  	//
   461  	// There is insufficient storage available for the current action. You might
   462  	// be able to resolve this error by updating your subnet group to use different
   463  	// Availability Zones that have more storage available.
   464  	ErrCodeInsufficientStorageClusterCapacityFault = "InsufficientStorageClusterCapacity"
   465  
   466  	// ErrCodeInvalidDBClusterCapacityFault for service response error code
   467  	// "InvalidDBClusterCapacityFault".
   468  	//
   469  	// Capacity isn't a valid Aurora Serverless DB cluster capacity. Valid capacity
   470  	// values are 2, 4, 8, 16, 32, 64, 128, and 256.
   471  	ErrCodeInvalidDBClusterCapacityFault = "InvalidDBClusterCapacityFault"
   472  
   473  	// ErrCodeInvalidDBClusterEndpointStateFault for service response error code
   474  	// "InvalidDBClusterEndpointStateFault".
   475  	//
   476  	// The requested operation can't be performed on the endpoint while the endpoint
   477  	// is in this state.
   478  	ErrCodeInvalidDBClusterEndpointStateFault = "InvalidDBClusterEndpointStateFault"
   479  
   480  	// ErrCodeInvalidDBClusterSnapshotStateFault for service response error code
   481  	// "InvalidDBClusterSnapshotStateFault".
   482  	//
   483  	// The supplied value isn't a valid DB cluster snapshot state.
   484  	ErrCodeInvalidDBClusterSnapshotStateFault = "InvalidDBClusterSnapshotStateFault"
   485  
   486  	// ErrCodeInvalidDBClusterStateFault for service response error code
   487  	// "InvalidDBClusterStateFault".
   488  	//
   489  	// The requested operation can't be performed while the cluster is in this state.
   490  	ErrCodeInvalidDBClusterStateFault = "InvalidDBClusterStateFault"
   491  
   492  	// ErrCodeInvalidDBInstanceAutomatedBackupStateFault for service response error code
   493  	// "InvalidDBInstanceAutomatedBackupState".
   494  	//
   495  	// The automated backup is in an invalid state. For example, this automated
   496  	// backup is associated with an active instance.
   497  	ErrCodeInvalidDBInstanceAutomatedBackupStateFault = "InvalidDBInstanceAutomatedBackupState"
   498  
   499  	// ErrCodeInvalidDBInstanceStateFault for service response error code
   500  	// "InvalidDBInstanceState".
   501  	//
   502  	// The DB instance isn't in a valid state.
   503  	ErrCodeInvalidDBInstanceStateFault = "InvalidDBInstanceState"
   504  
   505  	// ErrCodeInvalidDBParameterGroupStateFault for service response error code
   506  	// "InvalidDBParameterGroupState".
   507  	//
   508  	// The DB parameter group is in use or is in an invalid state. If you are attempting
   509  	// to delete the parameter group, you can't delete it when the parameter group
   510  	// is in this state.
   511  	ErrCodeInvalidDBParameterGroupStateFault = "InvalidDBParameterGroupState"
   512  
   513  	// ErrCodeInvalidDBProxyEndpointStateFault for service response error code
   514  	// "InvalidDBProxyEndpointStateFault".
   515  	//
   516  	// You can't perform this operation while the DB proxy endpoint is in a particular
   517  	// state.
   518  	ErrCodeInvalidDBProxyEndpointStateFault = "InvalidDBProxyEndpointStateFault"
   519  
   520  	// ErrCodeInvalidDBProxyStateFault for service response error code
   521  	// "InvalidDBProxyStateFault".
   522  	//
   523  	// The requested operation can't be performed while the proxy is in this state.
   524  	ErrCodeInvalidDBProxyStateFault = "InvalidDBProxyStateFault"
   525  
   526  	// ErrCodeInvalidDBSecurityGroupStateFault for service response error code
   527  	// "InvalidDBSecurityGroupState".
   528  	//
   529  	// The state of the DB security group doesn't allow deletion.
   530  	ErrCodeInvalidDBSecurityGroupStateFault = "InvalidDBSecurityGroupState"
   531  
   532  	// ErrCodeInvalidDBSnapshotStateFault for service response error code
   533  	// "InvalidDBSnapshotState".
   534  	//
   535  	// The state of the DB snapshot doesn't allow deletion.
   536  	ErrCodeInvalidDBSnapshotStateFault = "InvalidDBSnapshotState"
   537  
   538  	// ErrCodeInvalidDBSubnetGroupFault for service response error code
   539  	// "InvalidDBSubnetGroupFault".
   540  	//
   541  	// The DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region
   542  	// read replica of the same source instance.
   543  	ErrCodeInvalidDBSubnetGroupFault = "InvalidDBSubnetGroupFault"
   544  
   545  	// ErrCodeInvalidDBSubnetGroupStateFault for service response error code
   546  	// "InvalidDBSubnetGroupStateFault".
   547  	//
   548  	// The DB subnet group cannot be deleted because it's in use.
   549  	ErrCodeInvalidDBSubnetGroupStateFault = "InvalidDBSubnetGroupStateFault"
   550  
   551  	// ErrCodeInvalidDBSubnetStateFault for service response error code
   552  	// "InvalidDBSubnetStateFault".
   553  	//
   554  	// The DB subnet isn't in the available state.
   555  	ErrCodeInvalidDBSubnetStateFault = "InvalidDBSubnetStateFault"
   556  
   557  	// ErrCodeInvalidEventSubscriptionStateFault for service response error code
   558  	// "InvalidEventSubscriptionState".
   559  	//
   560  	// This error can occur if someone else is modifying a subscription. You should
   561  	// retry the action.
   562  	ErrCodeInvalidEventSubscriptionStateFault = "InvalidEventSubscriptionState"
   563  
   564  	// ErrCodeInvalidExportOnlyFault for service response error code
   565  	// "InvalidExportOnly".
   566  	//
   567  	// The export is invalid for exporting to an Amazon S3 bucket.
   568  	ErrCodeInvalidExportOnlyFault = "InvalidExportOnly"
   569  
   570  	// ErrCodeInvalidExportSourceStateFault for service response error code
   571  	// "InvalidExportSourceState".
   572  	//
   573  	// The state of the export snapshot is invalid for exporting to an Amazon S3
   574  	// bucket.
   575  	ErrCodeInvalidExportSourceStateFault = "InvalidExportSourceState"
   576  
   577  	// ErrCodeInvalidExportTaskStateFault for service response error code
   578  	// "InvalidExportTaskStateFault".
   579  	//
   580  	// You can't cancel an export task that has completed.
   581  	ErrCodeInvalidExportTaskStateFault = "InvalidExportTaskStateFault"
   582  
   583  	// ErrCodeInvalidGlobalClusterStateFault for service response error code
   584  	// "InvalidGlobalClusterStateFault".
   585  	//
   586  	// The global cluster is in an invalid state and can't perform the requested
   587  	// operation.
   588  	ErrCodeInvalidGlobalClusterStateFault = "InvalidGlobalClusterStateFault"
   589  
   590  	// ErrCodeInvalidOptionGroupStateFault for service response error code
   591  	// "InvalidOptionGroupStateFault".
   592  	//
   593  	// The option group isn't in the available state.
   594  	ErrCodeInvalidOptionGroupStateFault = "InvalidOptionGroupStateFault"
   595  
   596  	// ErrCodeInvalidRestoreFault for service response error code
   597  	// "InvalidRestoreFault".
   598  	//
   599  	// Cannot restore from VPC backup to non-VPC DB instance.
   600  	ErrCodeInvalidRestoreFault = "InvalidRestoreFault"
   601  
   602  	// ErrCodeInvalidS3BucketFault for service response error code
   603  	// "InvalidS3BucketFault".
   604  	//
   605  	// The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized
   606  	// to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and
   607  	// S3IngestionRoleArn values and try again.
   608  	ErrCodeInvalidS3BucketFault = "InvalidS3BucketFault"
   609  
   610  	// ErrCodeInvalidSubnet for service response error code
   611  	// "InvalidSubnet".
   612  	//
   613  	// The requested subnet is invalid, or multiple subnets were requested that
   614  	// are not all in a common VPC.
   615  	ErrCodeInvalidSubnet = "InvalidSubnet"
   616  
   617  	// ErrCodeInvalidVPCNetworkStateFault for service response error code
   618  	// "InvalidVPCNetworkStateFault".
   619  	//
   620  	// The DB subnet group doesn't cover all Availability Zones after it's created
   621  	// because of users' change.
   622  	ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"
   623  
   624  	// ErrCodeKMSKeyNotAccessibleFault for service response error code
   625  	// "KMSKeyNotAccessibleFault".
   626  	//
   627  	// An error occurred accessing an Amazon Web Services KMS key.
   628  	ErrCodeKMSKeyNotAccessibleFault = "KMSKeyNotAccessibleFault"
   629  
   630  	// ErrCodeOptionGroupAlreadyExistsFault for service response error code
   631  	// "OptionGroupAlreadyExistsFault".
   632  	//
   633  	// The option group you are trying to create already exists.
   634  	ErrCodeOptionGroupAlreadyExistsFault = "OptionGroupAlreadyExistsFault"
   635  
   636  	// ErrCodeOptionGroupNotFoundFault for service response error code
   637  	// "OptionGroupNotFoundFault".
   638  	//
   639  	// The specified option group could not be found.
   640  	ErrCodeOptionGroupNotFoundFault = "OptionGroupNotFoundFault"
   641  
   642  	// ErrCodeOptionGroupQuotaExceededFault for service response error code
   643  	// "OptionGroupQuotaExceededFault".
   644  	//
   645  	// The quota of 20 option groups was exceeded for this Amazon Web Services account.
   646  	ErrCodeOptionGroupQuotaExceededFault = "OptionGroupQuotaExceededFault"
   647  
   648  	// ErrCodePointInTimeRestoreNotEnabledFault for service response error code
   649  	// "PointInTimeRestoreNotEnabled".
   650  	//
   651  	// SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod
   652  	// equal to 0.
   653  	ErrCodePointInTimeRestoreNotEnabledFault = "PointInTimeRestoreNotEnabled"
   654  
   655  	// ErrCodeProvisionedIopsNotAvailableInAZFault for service response error code
   656  	// "ProvisionedIopsNotAvailableInAZFault".
   657  	//
   658  	// Provisioned IOPS not available in the specified Availability Zone.
   659  	ErrCodeProvisionedIopsNotAvailableInAZFault = "ProvisionedIopsNotAvailableInAZFault"
   660  
   661  	// ErrCodeReservedDBInstanceAlreadyExistsFault for service response error code
   662  	// "ReservedDBInstanceAlreadyExists".
   663  	//
   664  	// User already has a reservation with the given identifier.
   665  	ErrCodeReservedDBInstanceAlreadyExistsFault = "ReservedDBInstanceAlreadyExists"
   666  
   667  	// ErrCodeReservedDBInstanceNotFoundFault for service response error code
   668  	// "ReservedDBInstanceNotFound".
   669  	//
   670  	// The specified reserved DB Instance not found.
   671  	ErrCodeReservedDBInstanceNotFoundFault = "ReservedDBInstanceNotFound"
   672  
   673  	// ErrCodeReservedDBInstanceQuotaExceededFault for service response error code
   674  	// "ReservedDBInstanceQuotaExceeded".
   675  	//
   676  	// Request would exceed the user's DB Instance quota.
   677  	ErrCodeReservedDBInstanceQuotaExceededFault = "ReservedDBInstanceQuotaExceeded"
   678  
   679  	// ErrCodeReservedDBInstancesOfferingNotFoundFault for service response error code
   680  	// "ReservedDBInstancesOfferingNotFound".
   681  	//
   682  	// Specified offering does not exist.
   683  	ErrCodeReservedDBInstancesOfferingNotFoundFault = "ReservedDBInstancesOfferingNotFound"
   684  
   685  	// ErrCodeResourceNotFoundFault for service response error code
   686  	// "ResourceNotFoundFault".
   687  	//
   688  	// The specified resource ID was not found.
   689  	ErrCodeResourceNotFoundFault = "ResourceNotFoundFault"
   690  
   691  	// ErrCodeSNSInvalidTopicFault for service response error code
   692  	// "SNSInvalidTopic".
   693  	//
   694  	// SNS has responded that there is a problem with the SND topic specified.
   695  	ErrCodeSNSInvalidTopicFault = "SNSInvalidTopic"
   696  
   697  	// ErrCodeSNSNoAuthorizationFault for service response error code
   698  	// "SNSNoAuthorization".
   699  	//
   700  	// You do not have permission to publish to the SNS topic ARN.
   701  	ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorization"
   702  
   703  	// ErrCodeSNSTopicArnNotFoundFault for service response error code
   704  	// "SNSTopicArnNotFound".
   705  	//
   706  	// The SNS topic ARN does not exist.
   707  	ErrCodeSNSTopicArnNotFoundFault = "SNSTopicArnNotFound"
   708  
   709  	// ErrCodeSharedSnapshotQuotaExceededFault for service response error code
   710  	// "SharedSnapshotQuotaExceeded".
   711  	//
   712  	// You have exceeded the maximum number of accounts that you can share a manual
   713  	// DB snapshot with.
   714  	ErrCodeSharedSnapshotQuotaExceededFault = "SharedSnapshotQuotaExceeded"
   715  
   716  	// ErrCodeSnapshotQuotaExceededFault for service response error code
   717  	// "SnapshotQuotaExceeded".
   718  	//
   719  	// The request would result in the user exceeding the allowed number of DB snapshots.
   720  	ErrCodeSnapshotQuotaExceededFault = "SnapshotQuotaExceeded"
   721  
   722  	// ErrCodeSourceNotFoundFault for service response error code
   723  	// "SourceNotFound".
   724  	//
   725  	// The requested source could not be found.
   726  	ErrCodeSourceNotFoundFault = "SourceNotFound"
   727  
   728  	// ErrCodeStorageQuotaExceededFault for service response error code
   729  	// "StorageQuotaExceeded".
   730  	//
   731  	// The request would result in the user exceeding the allowed amount of storage
   732  	// available across all DB instances.
   733  	ErrCodeStorageQuotaExceededFault = "StorageQuotaExceeded"
   734  
   735  	// ErrCodeStorageTypeNotSupportedFault for service response error code
   736  	// "StorageTypeNotSupported".
   737  	//
   738  	// Storage of the StorageType specified can't be associated with the DB instance.
   739  	ErrCodeStorageTypeNotSupportedFault = "StorageTypeNotSupported"
   740  
   741  	// ErrCodeSubnetAlreadyInUse for service response error code
   742  	// "SubnetAlreadyInUse".
   743  	//
   744  	// The DB subnet is already in use in the Availability Zone.
   745  	ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse"
   746  
   747  	// ErrCodeSubscriptionAlreadyExistFault for service response error code
   748  	// "SubscriptionAlreadyExist".
   749  	//
   750  	// The supplied subscription name already exists.
   751  	ErrCodeSubscriptionAlreadyExistFault = "SubscriptionAlreadyExist"
   752  
   753  	// ErrCodeSubscriptionCategoryNotFoundFault for service response error code
   754  	// "SubscriptionCategoryNotFound".
   755  	//
   756  	// The supplied category does not exist.
   757  	ErrCodeSubscriptionCategoryNotFoundFault = "SubscriptionCategoryNotFound"
   758  
   759  	// ErrCodeSubscriptionNotFoundFault for service response error code
   760  	// "SubscriptionNotFound".
   761  	//
   762  	// The subscription name does not exist.
   763  	ErrCodeSubscriptionNotFoundFault = "SubscriptionNotFound"
   764  )