Module aws_sdk_sqs::error[][src]

Expand description

Errors that can occur when calling the service.

Modules

Structs

Error type for the AddPermission operation.

Two or more batch entries in the request have the same Id.

The length of all the messages put together is more than the limit.

Error type for the ChangeMessageVisibilityBatch operation.

Error type for the ChangeMessageVisibility operation.

Error type for the CreateQueue operation.

Error type for the DeleteMessageBatch operation.

Error type for the DeleteMessage operation.

Error type for the DeleteQueue operation.

The batch request doesn't contain any entries.

Error type for the GetQueueAttributes operation.

Error type for the GetQueueUrl operation.

The specified attribute doesn't exist.

The Id of a batch entry in a batch request doesn't abide by the specification.

The specified receipt handle isn't valid for the current version.

The message contains characters outside the allowed set.

Error type for the ListDeadLetterSourceQueues operation.

Error type for the ListQueueTags operation.

Error type for the ListQueues operation.

The specified message isn't in flight.

The specified action violates a limit. For example, ReceiveMessage returns this error if the maximum number of inflight messages is reached and AddPermission returns this error if the maximum number of permissions for the queue is reached.

Error type for the PurgeQueue operation.

Indicates that the specified queue previously received a PurgeQueue request within the last 60 seconds (the time it can take to delete the messages in the queue).

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

The specified queue doesn't exist.

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

The specified receipt handle isn't valid.

Error type for the ReceiveMessage operation.

Error type for the RemovePermission operation.

Error type for the SendMessageBatch operation.

Error type for the SendMessage operation.

Error type for the SetQueueAttributes operation.

Error type for the TagQueue operation.

The batch request contains more entries than permissible.

Error code 400. Unsupported operation.

Error type for the UntagQueue operation.

Enums

Types of errors that can occur for the AddPermission operation.

Types of errors that can occur for the ChangeMessageVisibilityBatch operation.

Types of errors that can occur for the ChangeMessageVisibility operation.

Types of errors that can occur for the CreateQueue operation.

Types of errors that can occur for the DeleteMessageBatch operation.

Types of errors that can occur for the DeleteMessage operation.

Types of errors that can occur for the DeleteQueue operation.

Types of errors that can occur for the GetQueueAttributes operation.

Types of errors that can occur for the GetQueueUrl operation.

Types of errors that can occur for the ListDeadLetterSourceQueues operation.

Types of errors that can occur for the ListQueueTags operation.

Types of errors that can occur for the ListQueues operation.

Types of errors that can occur for the PurgeQueue operation.

Types of errors that can occur for the ReceiveMessage operation.

Types of errors that can occur for the RemovePermission operation.

Types of errors that can occur for the SendMessageBatch operation.

Types of errors that can occur for the SendMessage operation.

Types of errors that can occur for the SetQueueAttributes operation.

Types of errors that can occur for the TagQueue operation.

Types of errors that can occur for the UntagQueue operation.