Enum rusoto_rds::ModifyDBClusterError [] [src]

pub enum ModifyDBClusterError {
    DBClusterAlreadyExistsFault(String),
    DBClusterNotFoundFault(String),
    DBClusterParameterGroupNotFoundFault(String),
    DBSubnetGroupNotFoundFault(String),
    InvalidDBClusterStateFault(String),
    InvalidDBInstanceStateFault(String),
    InvalidDBSecurityGroupStateFault(String),
    InvalidDBSubnetGroupStateFault(String),
    InvalidSubnet(String),
    InvalidVPCNetworkStateFault(String),
    StorageQuotaExceededFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by ModifyDBCluster

Variants

User already has a DB cluster with the given identifier.

DBClusterIdentifier does not refer to an existing DB cluster.

DBClusterParameterGroupName does not refer to an existing DB Cluster parameter group.

DBSubnetGroupName does not refer to an existing DB subnet group.

The DB cluster is not in a valid state.

The specified DB instance is not in the available state.

The state of the DB security group does not allow deletion.

The DB subnet group cannot be deleted because it is in use.

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

DB subnet group does not cover all Availability Zones after it is created because users' change.

Request would result in user exceeding the allowed amount of storage available across all DB instances.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl ModifyDBClusterError
[src]

Trait Implementations

impl Debug for ModifyDBClusterError
[src]

Formats the value using the given formatter.

impl PartialEq for ModifyDBClusterError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<XmlParseError> for ModifyDBClusterError
[src]

Performs the conversion.

impl From<CredentialsError> for ModifyDBClusterError
[src]

Performs the conversion.

impl From<HttpDispatchError> for ModifyDBClusterError
[src]

Performs the conversion.

impl Display for ModifyDBClusterError
[src]

Formats the value using the given formatter. Read more

impl Error for ModifyDBClusterError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more