Enum rusoto_sqs::CreateQueueError [] [src]

pub enum CreateQueueError {
    QueueDeletedRecently(String),
    QueueNameExists(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateQueue

Variants

You must wait 60 seconds after deleting a queue before you can create another one with the same name.

A queue already exists with this name. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.

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

Trait Implementations

impl Debug for CreateQueueError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for CreateQueueError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateQueueError
[src]

Performs the conversion.

impl Display for CreateQueueError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateQueueError
[src]

A short description of the error. Read more

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