Enum rusoto_rds::CreateDBClusterSnapshotError [] [src]

pub enum CreateDBClusterSnapshotError {
    DBClusterNotFoundFault(String),
    DBClusterSnapshotAlreadyExistsFault(String),
    InvalidDBClusterSnapshotStateFault(String),
    InvalidDBClusterStateFault(String),
    SnapshotQuotaExceededFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateDBClusterSnapshot

Variants

DBClusterIdentifier does not refer to an existing DB cluster.

User already has a DB cluster snapshot with the given identifier.

The supplied value is not a valid DB cluster snapshot state.

The DB cluster is not in a valid state.

Request would result in user exceeding the allowed number of DB snapshots.

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 CreateDBClusterSnapshotError
[src]

Trait Implementations

impl Debug for CreateDBClusterSnapshotError
[src]

Formats the value using the given formatter.

impl PartialEq for CreateDBClusterSnapshotError
[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 CreateDBClusterSnapshotError
[src]

Performs the conversion.

impl From<CredentialsError> for CreateDBClusterSnapshotError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateDBClusterSnapshotError
[src]

Performs the conversion.

impl Display for CreateDBClusterSnapshotError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateDBClusterSnapshotError
[src]

A short description of the error. Read more

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