Enum rusoto_rds::CopyOptionGroupError [] [src]

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

Errors returned by CopyOptionGroup

Variants

The option group you are trying to create already exists.

The specified option group could not be found.

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

Trait Implementations

impl Debug for CopyOptionGroupError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for CopyOptionGroupError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CopyOptionGroupError
[src]

Performs the conversion.

impl From<Error> for CopyOptionGroupError
[src]

Performs the conversion.

impl Display for CopyOptionGroupError
[src]

Formats the value using the given formatter. Read more

impl Error for CopyOptionGroupError
[src]

A short description of the error. Read more

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