Enum rusoto_rds::CreateDBClusterParameterGroupError [] [src]

pub enum CreateDBClusterParameterGroupError {
    DBParameterGroupAlreadyExistsFault(String),
    DBParameterGroupQuotaExceededFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateDBClusterParameterGroup

Variants

A DB parameter group with the same name exists.

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

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

Trait Implementations

impl Debug for CreateDBClusterParameterGroupError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for CreateDBClusterParameterGroupError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateDBClusterParameterGroupError
[src]

Performs the conversion.

impl Display for CreateDBClusterParameterGroupError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateDBClusterParameterGroupError
[src]

A short description of the error. Read more

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