Enum rusoto_config::PutConfigurationRecorderError [] [src]

pub enum PutConfigurationRecorderError {
    InvalidConfigurationRecorderName(String),
    InvalidRecordingGroup(String),
    InvalidRole(String),
    MaxNumberOfConfigurationRecordersExceeded(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by PutConfigurationRecorder

Variants

You have provided a configuration recorder name that is not valid.

AWS Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values could also be incorrectly formatted.

You have provided a null or empty role ARN.

You have reached the limit on the number of recorders you can create.

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

Trait Implementations

impl Debug for PutConfigurationRecorderError
[src]

Formats the value using the given formatter.

impl PartialEq for PutConfigurationRecorderError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<Error> for PutConfigurationRecorderError
[src]

Performs the conversion.

impl From<CredentialsError> for PutConfigurationRecorderError
[src]

Performs the conversion.

impl From<HttpDispatchError> for PutConfigurationRecorderError
[src]

Performs the conversion.

impl Display for PutConfigurationRecorderError
[src]

Formats the value using the given formatter. Read more

impl Error for PutConfigurationRecorderError
[src]

A short description of the error. Read more

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