Enum rusoto_rds::CopyDBClusterSnapshotError [] [src]

pub enum CopyDBClusterSnapshotError {
    DBClusterSnapshotAlreadyExistsFault(String),
    DBClusterSnapshotNotFoundFault(String),
    InvalidDBClusterSnapshotStateFault(String),
    InvalidDBClusterStateFault(String),
    KMSKeyNotAccessibleFault(String),
    SnapshotQuotaExceededFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CopyDBClusterSnapshot

Variants

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

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

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

The DB cluster is not in a valid state.

Error accessing KMS key.

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

Trait Implementations

impl Debug for CopyDBClusterSnapshotError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for CopyDBClusterSnapshotError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CopyDBClusterSnapshotError
[src]

Performs the conversion.

impl Display for CopyDBClusterSnapshotError
[src]

Formats the value using the given formatter. Read more

impl Error for CopyDBClusterSnapshotError
[src]

A short description of the error. Read more

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