Enum rusoto_rds::CreateOptionGroupError [] [src]

pub enum CreateOptionGroupError {
    OptionGroupAlreadyExistsFault(String),
    OptionGroupQuotaExceededFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateOptionGroup

Variants

The option group you are trying to create already exists.

The quota of 20 option groups was exceeded for this AWS account.

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

Trait Implementations

impl Debug for CreateOptionGroupError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for CreateOptionGroupError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateOptionGroupError
[src]

Performs the conversion.

impl Display for CreateOptionGroupError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateOptionGroupError
[src]

A short description of the error. Read more

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