Enum rusoto_config::PutDeliveryChannelError [] [src]

pub enum PutDeliveryChannelError {
    InsufficientDeliveryPolicy(String),
    InvalidDeliveryChannelName(String),
    InvalidS3KeyPrefix(String),
    InvalidSNSTopicARN(String),
    MaxNumberOfDeliveryChannelsExceeded(String),
    NoAvailableConfigurationRecorder(String),
    NoSuchBucket(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by PutDeliveryChannel

Variants

Your Amazon S3 bucket policy does not permit AWS Config to write to it.

The specified delivery channel name is not valid.

The specified Amazon S3 key prefix is not valid.

The specified Amazon SNS topic does not exist.

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

There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

The specified Amazon S3 bucket does not exist.

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

Trait Implementations

impl Debug for PutDeliveryChannelError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PutDeliveryChannelError
[src]

[src]

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

[src]

This method tests for !=.

impl From<Error> for PutDeliveryChannelError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for PutDeliveryChannelError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for PutDeliveryChannelError
[src]

[src]

Performs the conversion.

impl From<Error> for PutDeliveryChannelError
[src]

[src]

Performs the conversion.

impl Display for PutDeliveryChannelError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for PutDeliveryChannelError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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