Enum aws_sdk_rds::error::ModifyDBInstanceErrorKind [−][src]
#[non_exhaustive]
pub enum ModifyDBInstanceErrorKind {
Show 20 variants
AuthorizationNotFoundFault(AuthorizationNotFoundFault),
BackupPolicyNotFoundFault(BackupPolicyNotFoundFault),
CertificateNotFoundFault(CertificateNotFoundFault),
DbInstanceAlreadyExistsFault(DbInstanceAlreadyExistsFault),
DbInstanceNotFoundFault(DbInstanceNotFoundFault),
DbParameterGroupNotFoundFault(DbParameterGroupNotFoundFault),
DbSecurityGroupNotFoundFault(DbSecurityGroupNotFoundFault),
DbUpgradeDependencyFailureFault(DbUpgradeDependencyFailureFault),
DomainNotFoundFault(DomainNotFoundFault),
InsufficientDbInstanceCapacityFault(InsufficientDbInstanceCapacityFault),
InvalidDbClusterStateFault(InvalidDbClusterStateFault),
InvalidDbInstanceStateFault(InvalidDbInstanceStateFault),
InvalidDbSecurityGroupStateFault(InvalidDbSecurityGroupStateFault),
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault),
KmsKeyNotAccessibleFault(KmsKeyNotAccessibleFault),
OptionGroupNotFoundFault(OptionGroupNotFoundFault),
ProvisionedIopsNotAvailableInAzFault(ProvisionedIopsNotAvailableInAzFault),
StorageQuotaExceededFault(StorageQuotaExceededFault),
StorageTypeNotSupportedFault(StorageTypeNotSupportedFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the ModifyDBInstance
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AuthorizationNotFoundFault(AuthorizationNotFoundFault)
Tuple Fields
The 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.
BackupPolicyNotFoundFault(BackupPolicyNotFoundFault)
Tuple Fields
CertificateNotFoundFault(CertificateNotFoundFault)
Tuple Fields
CertificateIdentifier
doesn't refer to an
existing certificate.
DbInstanceAlreadyExistsFault(DbInstanceAlreadyExistsFault)
Tuple Fields
The user already has a DB instance with the given identifier.
DbInstanceNotFoundFault(DbInstanceNotFoundFault)
Tuple Fields
DBInstanceIdentifier
doesn't refer to an existing DB instance.
DbParameterGroupNotFoundFault(DbParameterGroupNotFoundFault)
Tuple Fields
DBParameterGroupName
doesn't refer to an
existing DB parameter group.
DbSecurityGroupNotFoundFault(DbSecurityGroupNotFoundFault)
Tuple Fields
DBSecurityGroupName
doesn't refer to an existing DB security group.
DbUpgradeDependencyFailureFault(DbUpgradeDependencyFailureFault)
Tuple Fields
The DB upgrade failed because a resource the DB depends on can't be modified.
DomainNotFoundFault(DomainNotFoundFault)
Tuple Fields
Domain
doesn't refer to an existing Active Directory domain.
InsufficientDbInstanceCapacityFault(InsufficientDbInstanceCapacityFault)
Tuple Fields
The specified DB instance class isn't available in the specified Availability Zone.
InvalidDbClusterStateFault(InvalidDbClusterStateFault)
Tuple Fields
The requested operation can't be performed while the cluster is in this state.
InvalidDbInstanceStateFault(InvalidDbInstanceStateFault)
Tuple Fields
The DB instance isn't in a valid state.
InvalidDbSecurityGroupStateFault(InvalidDbSecurityGroupStateFault)
Tuple Fields
The state of the DB security group doesn't allow deletion.
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault)
Tuple Fields
The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
KmsKeyNotAccessibleFault(KmsKeyNotAccessibleFault)
Tuple Fields
An error occurred accessing an Amazon Web Services KMS key.
OptionGroupNotFoundFault(OptionGroupNotFoundFault)
Tuple Fields
The specified option group could not be found.
ProvisionedIopsNotAvailableInAzFault(ProvisionedIopsNotAvailableInAzFault)
Tuple Fields
Provisioned IOPS not available in the specified Availability Zone.
StorageQuotaExceededFault(StorageQuotaExceededFault)
Tuple Fields
The request would result in the user exceeding the allowed amount of storage available across all DB instances.
StorageTypeNotSupportedFault(StorageTypeNotSupportedFault)
Tuple Fields
Storage of the StorageType
specified can't be associated
with the DB instance.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ModifyDBInstanceErrorKind
impl Send for ModifyDBInstanceErrorKind
impl Sync for ModifyDBInstanceErrorKind
impl Unpin for ModifyDBInstanceErrorKind
impl !UnwindSafe for ModifyDBInstanceErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more