pub enum ModifyDBClusterError {
DBClusterAlreadyExistsFault(String),
DBClusterNotFoundFault(String),
DBClusterParameterGroupNotFoundFault(String),
DBSubnetGroupNotFoundFault(String),
DomainNotFoundFault(String),
InvalidDBClusterStateFault(String),
InvalidDBInstanceStateFault(String),
InvalidDBSecurityGroupStateFault(String),
InvalidDBSubnetGroupStateFault(String),
InvalidSubnet(String),
InvalidVPCNetworkStateFault(String),
StorageQuotaExceededFault(String),
}
Expand description
Errors returned by ModifyDBCluster
Variants§
DBClusterAlreadyExistsFault(String)
The user already has a DB cluster with the given identifier.
DBClusterNotFoundFault(String)
DBClusterIdentifier
doesn't refer to an existing DB cluster.
DBClusterParameterGroupNotFoundFault(String)
DBClusterParameterGroupName
doesn't refer to an existing DB cluster parameter group.
DBSubnetGroupNotFoundFault(String)
DBSubnetGroupName
doesn't refer to an existing DB subnet group.
DomainNotFoundFault(String)
Domain
doesn't refer to an existing Active Directory domain.
InvalidDBClusterStateFault(String)
The requested operation can't be performed while the cluster is in this state.
InvalidDBInstanceStateFault(String)
The DB instance isn't in a valid state.
InvalidDBSecurityGroupStateFault(String)
The state of the DB security group doesn't allow deletion.
InvalidDBSubnetGroupStateFault(String)
The DB subnet group cannot be deleted because it's in use.
InvalidSubnet(String)
The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
InvalidVPCNetworkStateFault(String)
The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
StorageQuotaExceededFault(String)
The request would result in the user exceeding the allowed amount of storage available across all DB instances.