import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { RDSServiceException as __BaseException } from "./RDSServiceException"; /** *
DBClusterIdentifier doesn't refer to an existing DB cluster.
The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.
* @public */ export declare class DBClusterRoleAlreadyExistsFault extends __BaseException { readonly name: "DBClusterRoleAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.
* @public */ export declare class DBClusterRoleQuotaExceededFault extends __BaseException { readonly name: "DBClusterRoleQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested operation can't be performed while the cluster is in this state.
* @public */ export declare class InvalidDBClusterStateFault extends __BaseException { readonly name: "InvalidDBClusterStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBInstanceIdentifier doesn't refer to an existing DB instance.
The specified RoleArn or FeatureName value is already associated with the DB instance.
You can't associate any more Amazon Web Services Identity and Access Management (IAM) roles with the DB instance because the quota has been reached.
* @public */ export declare class DBInstanceRoleQuotaExceededFault extends __BaseException { readonly name: "DBInstanceRoleQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB instance isn't in a valid state.
* @public */ export declare class InvalidDBInstanceStateFault extends __BaseException { readonly name: "InvalidDBInstanceStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested source could not be found.
* @public */ export declare class SourceNotFoundFault extends __BaseException { readonly name: "SourceNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe subscription name does not exist.
* @public */ export declare class SubscriptionNotFoundFault extends __BaseException { readonly name: "SubscriptionNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType BlueGreenDeploymentIdentifier doesn't refer to an existing blue/green deployment.
The DB proxy endpoint doesn't exist.
* @public */ export declare class DBProxyEndpointNotFoundFault extends __BaseException { readonly name: "DBProxyEndpointNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.
* @public */ export declare class DBProxyNotFoundFault extends __BaseException { readonly name: "DBProxyNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.
* @public */ export declare class DBProxyTargetGroupNotFoundFault extends __BaseException { readonly name: "DBProxyTargetGroupNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified DB shard group name wasn't found.
* @public */ export declare class DBShardGroupNotFoundFault extends __BaseException { readonly name: "DBShardGroupNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
The specified snapshot tenant database wasn't found.
* @public */ export declare class DBSnapshotTenantDatabaseNotFoundFault extends __BaseException { readonly name: "DBSnapshotTenantDatabaseNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified integration could not be found.
* @public */ export declare class IntegrationNotFoundFault extends __BaseException { readonly name: "IntegrationNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested operation can't be performed on the endpoint while the endpoint is in this state.
* @public */ export declare class InvalidDBClusterEndpointStateFault extends __BaseException { readonly name: "InvalidDBClusterEndpointStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified tenant database wasn't found in the DB instance.
* @public */ export declare class TenantDatabaseNotFoundFault extends __BaseException { readonly name: "TenantDatabaseNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified resource ID was not found.
* @public */ export declare class ResourceNotFoundFault extends __BaseException { readonly name: "ResourceNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified CIDR IP range or Amazon EC2 security group is already authorized for the specified DB security group.
* @public */ export declare class AuthorizationAlreadyExistsFault extends __BaseException { readonly name: "AuthorizationAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB security group authorization quota has been reached.
* @public */ export declare class AuthorizationQuotaExceededFault extends __BaseException { readonly name: "AuthorizationQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBSecurityGroupName doesn't refer to an existing DB security group.
The state of the DB security group doesn't allow deletion.
* @public */ export declare class InvalidDBSecurityGroupStateFault extends __BaseException { readonly name: "InvalidDBSecurityGroupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe export task doesn't exist.
* @public */ export declare class ExportTaskNotFoundFault extends __BaseException { readonly name: "ExportTaskNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou can't cancel an export task that has completed.
* @public */ export declare class InvalidExportTaskStateFault extends __BaseException { readonly name: "InvalidExportTaskStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeA DB parameter group with the same name exists.
* @public */ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException { readonly name: "DBParameterGroupAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBParameterGroupName doesn't refer to an existing DB parameter group.
The request would result in the user exceeding the allowed number of DB parameter groups.
* @public */ export declare class DBParameterGroupQuotaExceededFault extends __BaseException { readonly name: "DBParameterGroupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe user already has a DB cluster snapshot with the given identifier.
* @public */ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException { readonly name: "DBClusterSnapshotAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
The supplied value isn't a valid DB cluster snapshot state.
* @public */ export declare class InvalidDBClusterSnapshotStateFault extends __BaseException { readonly name: "InvalidDBClusterSnapshotStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeAn error occurred accessing an Amazon Web Services KMS key.
* @public */ export declare class KMSKeyNotAccessibleFault extends __BaseException { readonly name: "KMSKeyNotAccessibleFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request would result in the user exceeding the allowed number of DB snapshots.
* @public */ export declare class SnapshotQuotaExceededFault extends __BaseException { readonly name: "SnapshotQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType CustomAvailabilityZoneId doesn't refer to an existing custom Availability Zone identifier.
DBSnapshotIdentifier is already used by an existing snapshot.
The state of the DB snapshot doesn't allow deletion.
* @public */ export declare class InvalidDBSnapshotStateFault extends __BaseException { readonly name: "InvalidDBSnapshotStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe option group you are trying to create already exists.
* @public */ export declare class OptionGroupAlreadyExistsFault extends __BaseException { readonly name: "OptionGroupAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified option group could not be found.
* @public */ export declare class OptionGroupNotFoundFault extends __BaseException { readonly name: "OptionGroupNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe quota of 20 option groups was exceeded for this Amazon Web Services account.
* @public */ export declare class OptionGroupQuotaExceededFault extends __BaseException { readonly name: "OptionGroupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeA blue/green deployment with the specified name already exists.
* @public */ export declare class BlueGreenDeploymentAlreadyExistsFault extends __BaseException { readonly name: "BlueGreenDeploymentAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.
The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.
* @public */ export declare class DBClusterQuotaExceededFault extends __BaseException { readonly name: "DBClusterQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request would result in the user exceeding the allowed number of DB instances.
* @public */ export declare class InstanceQuotaExceededFault extends __BaseException { readonly name: "InstanceQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe source DB cluster isn't supported for a blue/green deployment.
* @public */ export declare class SourceClusterNotSupportedFault extends __BaseException { readonly name: "SourceClusterNotSupportedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe source DB instance isn't supported for a blue/green deployment.
* @public */ export declare class SourceDatabaseNotSupportedFault extends __BaseException { readonly name: "SourceDatabaseNotSupportedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request would result in the user exceeding the allowed amount of storage available across all DB instances.
* @public */ export declare class StorageQuotaExceededFault extends __BaseException { readonly name: "StorageQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeAn error occurred while trying to create the CEV.
* @public */ export declare class CreateCustomDBEngineVersionFault extends __BaseException { readonly name: "CreateCustomDBEngineVersionFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeA CEV with the specified name already exists.
* @public */ export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseException { readonly name: "CustomDBEngineVersionAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified CEV was not found.
* @public */ export declare class CustomDBEngineVersionNotFoundFault extends __BaseException { readonly name: "CustomDBEngineVersionNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have exceeded your CEV quota.
* @public */ export declare class CustomDBEngineVersionQuotaExceededFault extends __BaseException { readonly name: "CustomDBEngineVersionQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe AMI configuration prerequisite has not been met.
* @public */ export declare class Ec2ImagePropertiesNotSupportedFault extends __BaseException { readonly name: "Ec2ImagePropertiesNotSupportedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou can't delete the CEV.
* @public */ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException { readonly name: "InvalidCustomDBEngineVersionStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe user already has a DB cluster with the given identifier.
* @public */ export declare class DBClusterAlreadyExistsFault extends __BaseException { readonly name: "DBClusterAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeSubnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
* @public */ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException { readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBSubnetGroupName doesn't refer to an existing DB subnet group.
Domain doesn't refer to an existing Active Directory domain.
The GlobalClusterIdentifier doesn't refer to an existing global database cluster.
The specified DB instance class isn't available in the specified Availability Zone.
* @public */ export declare class InsufficientDBInstanceCapacityFault extends __BaseException { readonly name: "InsufficientDBInstanceCapacityFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThere is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.
* @public */ export declare class InsufficientStorageClusterCapacityFault extends __BaseException { readonly name: "InsufficientStorageClusterCapacityFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region read replica of the same source instance.
* @public */ export declare class InvalidDBSubnetGroupFault extends __BaseException { readonly name: "InvalidDBSubnetGroupFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB subnet group cannot be deleted because it's in use.
* @public */ export declare class InvalidDBSubnetGroupStateFault extends __BaseException { readonly name: "InvalidDBSubnetGroupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe global cluster is in an invalid state and can't perform the requested operation.
* @public */ export declare class InvalidGlobalClusterStateFault extends __BaseException { readonly name: "InvalidGlobalClusterStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
* @public */ export declare class InvalidSubnet extends __BaseException { readonly name: "InvalidSubnet"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
* @public */ export declare class InvalidVPCNetworkStateFault extends __BaseException { readonly name: "InvalidVPCNetworkStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe network type is invalid for the DB instance. Valid nework type values are IPV4 and DUAL.
The specified StorageType can't be associated with the DB instance.
The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.
* @public */ export declare class VpcEncryptionControlViolationException extends __BaseException { readonly name: "VpcEncryptionControlViolationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified custom endpoint can't be created because it already exists.
* @public */ export declare class DBClusterEndpointAlreadyExistsFault extends __BaseException { readonly name: "DBClusterEndpointAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe cluster already has the maximum number of custom endpoints.
* @public */ export declare class DBClusterEndpointQuotaExceededFault extends __BaseException { readonly name: "DBClusterEndpointQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
* @public */ export declare class AuthorizationNotFoundFault extends __BaseException { readonly name: "AuthorizationNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType CertificateIdentifier doesn't refer to an existing certificate.
The user already has a DB instance with the given identifier.
* @public */ export declare class DBInstanceAlreadyExistsFault extends __BaseException { readonly name: "DBInstanceAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeProvisioned IOPS not available in the specified Availability Zone.
* @public */ export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseException { readonly name: "ProvisionedIopsNotAvailableInAZFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou attempted to create more tenant databases than are permitted in your Amazon Web Services account.
* @public */ export declare class TenantDatabaseQuotaExceededFault extends __BaseException { readonly name: "TenantDatabaseQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DBSubnetGroup shouldn't be specified while creating read replicas that lie in the same region as the source instance.
* @public */ export declare class DBSubnetGroupNotAllowedFault extends __BaseException { readonly name: "DBSubnetGroupNotAllowedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified proxy name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.
* @public */ export declare class DBProxyAlreadyExistsFault extends __BaseException { readonly name: "DBProxyAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYour Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.
* @public */ export declare class DBProxyQuotaExceededFault extends __BaseException { readonly name: "DBProxyQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified DB proxy endpoint name must be unique for all DB proxy endpoints owned by your Amazon Web Services account in the specified Amazon Web Services Region.
* @public */ export declare class DBProxyEndpointAlreadyExistsFault extends __BaseException { readonly name: "DBProxyEndpointAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB proxy already has the maximum number of endpoints.
* @public */ export declare class DBProxyEndpointQuotaExceededFault extends __BaseException { readonly name: "DBProxyEndpointQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested operation can't be performed while the proxy is in this state.
* @public */ export declare class InvalidDBProxyStateFault extends __BaseException { readonly name: "InvalidDBProxyStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeA DB security group with the name specified in DBSecurityGroupName already exists.
A DB security group isn't allowed for this action.
* @public */ export declare class DBSecurityGroupNotSupportedFault extends __BaseException { readonly name: "DBSecurityGroupNotSupportedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request would result in the user exceeding the allowed number of DB security groups.
* @public */ export declare class DBSecurityGroupQuotaExceededFault extends __BaseException { readonly name: "DBSecurityGroupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified DB shard group name must be unique in your Amazon Web Services account in the specified Amazon Web Services Region.
* @public */ export declare class DBShardGroupAlreadyExistsFault extends __BaseException { readonly name: "DBShardGroupAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe maximum number of DB shard groups for your Amazon Web Services account in the specified Amazon Web Services Region has been reached.
* @public */ export declare class MaxDBShardGroupLimitReached extends __BaseException { readonly name: "MaxDBShardGroupLimitReached"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified DB engine version isn't supported for Aurora Limitless Database.
* @public */ export declare class UnsupportedDBEngineVersionFault extends __BaseException { readonly name: "UnsupportedDBEngineVersionFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType DBSubnetGroupName is already used by an existing DB subnet group.
The request would result in the user exceeding the allowed number of DB subnet groups.
* @public */ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException { readonly name: "DBSubnetGroupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request would result in the user exceeding the allowed number of subnets in a DB subnet groups.
* @public */ export declare class DBSubnetQuotaExceededFault extends __BaseException { readonly name: "DBSubnetQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have reached the maximum number of event subscriptions.
* @public */ export declare class EventSubscriptionQuotaExceededFault extends __BaseException { readonly name: "EventSubscriptionQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeSNS has responded that there is a problem with the SNS topic specified.
* @public */ export declare class SNSInvalidTopicFault extends __BaseException { readonly name: "SNSInvalidTopicFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou do not have permission to publish to the SNS topic ARN.
* @public */ export declare class SNSNoAuthorizationFault extends __BaseException { readonly name: "SNSNoAuthorizationFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe SNS topic ARN does not exist.
* @public */ export declare class SNSTopicArnNotFoundFault extends __BaseException { readonly name: "SNSTopicArnNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe supplied subscription name already exists.
* @public */ export declare class SubscriptionAlreadyExistFault extends __BaseException { readonly name: "SubscriptionAlreadyExistFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe supplied category does not exist.
* @public */ export declare class SubscriptionCategoryNotFoundFault extends __BaseException { readonly name: "SubscriptionCategoryNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe GlobalClusterIdentifier already exists. Specify a new global database identifier (unique name) to create a new global database cluster or to rename an existing one.
The number of global database clusters for this account is already at the maximum allowed.
* @public */ export declare class GlobalClusterQuotaExceededFault extends __BaseException { readonly name: "GlobalClusterQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB shard group must be in the available state.
* @public */ export declare class InvalidDBShardGroupStateFault extends __BaseException { readonly name: "InvalidDBShardGroupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe integration you are trying to create already exists.
* @public */ export declare class IntegrationAlreadyExistsFault extends __BaseException { readonly name: "IntegrationAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeA conflicting conditional operation is currently in progress against this resource. Typically occurs when there are multiple requests being made to the same resource at the same time, and these requests conflict with each other.
* @public */ export declare class IntegrationConflictOperationFault extends __BaseException { readonly name: "IntegrationConflictOperationFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou can't crate any more zero-ETL integrations because the quota has been reached.
* @public */ export declare class IntegrationQuotaExceededFault extends __BaseException { readonly name: "IntegrationQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou attempted to either create a tenant database that already exists or modify a tenant database to use the name of an existing tenant database.
* @public */ export declare class TenantDatabaseAlreadyExistsFault extends __BaseException { readonly name: "TenantDatabaseAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe blue/green deployment can't be switched over or deleted because there is an invalid configuration in the green environment.
* @public */ export declare class InvalidBlueGreenDeploymentStateFault extends __BaseException { readonly name: "InvalidBlueGreenDeploymentStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB cluster quota.
* @public */ export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException { readonly name: "DBClusterAutomatedBackupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeNo automated backup for this DB cluster was found.
* @public */ export declare class DBClusterAutomatedBackupNotFoundFault extends __BaseException { readonly name: "DBClusterAutomatedBackupNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe automated backup is in an invalid state. For example, this automated backup is associated with an active cluster.
* @public */ export declare class InvalidDBClusterAutomatedBackupStateFault extends __BaseException { readonly name: "InvalidDBClusterAutomatedBackupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified custom endpoint doesn't exist.
* @public */ export declare class DBClusterEndpointNotFoundFault extends __BaseException { readonly name: "DBClusterEndpointNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.
* @public */ export declare class InvalidDBParameterGroupStateFault extends __BaseException { readonly name: "InvalidDBParameterGroupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB instance quota.
* @public */ export declare class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException { readonly name: "DBInstanceAutomatedBackupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeNo automated backup for this DB instance was found.
* @public */ export declare class DBInstanceAutomatedBackupNotFoundFault extends __BaseException { readonly name: "DBInstanceAutomatedBackupNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe automated backup is in an invalid state. For example, this automated backup is associated with an active instance.
* @public */ export declare class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException { readonly name: "InvalidDBInstanceAutomatedBackupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou can't perform this operation while the DB proxy endpoint is in a particular state.
* @public */ export declare class InvalidDBProxyEndpointStateFault extends __BaseException { readonly name: "InvalidDBProxyEndpointStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB subnet isn't in the available state.
* @public */ export declare class InvalidDBSubnetStateFault extends __BaseException { readonly name: "InvalidDBSubnetStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThis error can occur if someone else is modifying a subscription. You should retry the action.
* @public */ export declare class InvalidEventSubscriptionStateFault extends __BaseException { readonly name: "InvalidEventSubscriptionStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe integration is in an invalid state and can't perform the requested operation.
* @public */ export declare class InvalidIntegrationStateFault extends __BaseException { readonly name: "InvalidIntegrationStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe option group isn't in the available state.
* @public */ export declare class InvalidOptionGroupStateFault extends __BaseException { readonly name: "InvalidOptionGroupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.
* @public */ export declare class DBProxyTargetNotFoundFault extends __BaseException { readonly name: "DBProxyTargetNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType BacktrackIdentifier doesn't refer to an existing backtrack.
An attempt to download or examine log files didn't succeed because an Aurora Serverless v2 instance was paused.
* @public */ export declare class DBInstanceNotReadyFault extends __BaseException { readonly name: "DBInstanceNotReadyFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified reserved DB Instance not found.
* @public */ export declare class ReservedDBInstanceNotFoundFault extends __BaseException { readonly name: "ReservedDBInstanceNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeSpecified offering does not exist.
* @public */ export declare class ReservedDBInstancesOfferingNotFoundFault extends __BaseException { readonly name: "ReservedDBInstancesOfferingNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe operation can't be performed because another operation is in progress.
* @public */ export declare class InvalidResourceStateFault extends __BaseException { readonly name: "InvalidResourceStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType LogFileName doesn't refer to an existing DB log file.
Capacity isn't a valid Aurora Serverless DB cluster capacity. Valid capacity values are 2, 4, 8, 16, 32, 64, 128, and 256.
The aurora-iopt1 storage type isn't available, because you modified the DB cluster to use this storage type less than one month ago.
You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.
* @public */ export declare class SharedSnapshotQuotaExceededFault extends __BaseException { readonly name: "SharedSnapshotQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB upgrade failed because a resource the DB depends on can't be modified.
* @public */ export declare class DBUpgradeDependencyFailureFault extends __BaseException { readonly name: "DBUpgradeDependencyFailureFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB subnet is already in use in the Availability Zone.
* @public */ export declare class SubnetAlreadyInUse extends __BaseException { readonly name: "SubnetAlreadyInUse"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeUser already has a reservation with the given identifier.
* @public */ export declare class ReservedDBInstanceAlreadyExistsFault extends __BaseException { readonly name: "ReservedDBInstanceAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeRequest would exceed the user's DB Instance quota.
* @public */ export declare class ReservedDBInstanceQuotaExceededFault extends __BaseException { readonly name: "ReservedDBInstanceQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe proxy is already associated with the specified RDS DB instance or Aurora DB cluster.
* @public */ export declare class DBProxyTargetAlreadyRegisteredFault extends __BaseException { readonly name: "DBProxyTargetAlreadyRegisteredFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested operation can't be performed because there aren't enough available IP addresses in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required from the subnets.
* @public */ export declare class InsufficientAvailableIPsInSubnetFault extends __BaseException { readonly name: "InsufficientAvailableIPsInSubnetFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified IAM role Amazon Resource Name (ARN) isn't associated with the specified DB cluster.
* @public */ export declare class DBClusterRoleNotFoundFault extends __BaseException { readonly name: "DBClusterRoleNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified RoleArn value doesn't match the specified feature for the DB instance.
The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and S3IngestionRoleArn values and try again.
* @public */ export declare class InvalidS3BucketFault extends __BaseException { readonly name: "InvalidS3BucketFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe DB cluster doesn't have enough capacity for the current operation.
* @public */ export declare class InsufficientDBClusterCapacityFault extends __BaseException { readonly name: "InsufficientDBClusterCapacityFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeCannot restore from VPC backup to non-VPC DB instance.
* @public */ export declare class InvalidRestoreFault extends __BaseException { readonly name: "InvalidRestoreFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.
You can't start an export task that's already running.
* @public */ export declare class ExportTaskAlreadyExistsFault extends __BaseException { readonly name: "ExportTaskAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe IAM role requires additional permissions to export to an Amazon S3 bucket.
* @public */ export declare class IamRoleMissingPermissionsFault extends __BaseException { readonly name: "IamRoleMissingPermissionsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe IAM role is missing for exporting to an Amazon S3 bucket.
* @public */ export declare class IamRoleNotFoundFault extends __BaseException { readonly name: "IamRoleNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe export is invalid for exporting to an Amazon S3 bucket.
* @public */ export declare class InvalidExportOnlyFault extends __BaseException { readonly name: "InvalidExportOnlyFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe state of the export snapshot is invalid for exporting to an Amazon S3 bucket.
* @public */ export declare class InvalidExportSourceStateFault extends __BaseException { readonly name: "InvalidExportSourceStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType