Package-level declarations
Types
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.
Gives a detailed description of the result of an action on each entry in the request.
Encloses a receipt handle and an entry ID for each message in <a>ChangeMessageVisibilityBatch</a>.
For each message in the batch, the response contains a <a>ChangeMessageVisibilityBatchResultEntry</a>
tag if the message succeeds or a <a>BatchResultErrorEntry</a>
tag if the message fails.
Encloses the Id
of an entry in <a>ChangeMessageVisibilityBatch</a>.
Returns the QueueUrl
attribute of the created queue.
Encloses a receipt handle and an identifier for it.
For each message in the batch, the response contains a <a>DeleteMessageBatchResultEntry</a>
tag if the message is deleted or a <a>BatchResultErrorEntry</a>
tag if the message can't be deleted.
Encloses the Id
of an entry in <a>DeleteMessageBatch</a>.
The batch request doesn't contain any entries.
A list of returned queue attributes.
Retrieves the URL of an existing queue based on its name and, optionally, the Amazon Web Services account ID.
For more information, see Interpreting Responses in the Amazon SQS Developer Guide.
The specified ID is invalid.
The specified attribute doesn't exist.
A queue attribute value is invalid.
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.
The request was not made over HTTPS or did not use SigV4 for signing.
The caller doesn't have the required KMS access.
The request was denied due to request throttling.
The request was rejected for one of the following reasons:
The request was rejected because the state of the specified resource is not valid for this request.
The request was rejected because the specified entity or resource could not be found.
The request was rejected because the specified key policy isn't syntactically or semantically correct.
Amazon Web Services KMS throttles requests for the following conditions.
A list of your dead letter source queues.
Contains the details of a message movement task.
A list of your queues.
The user-specified message attribute value. For string data types, the Value
attribute has the same restrictions on the content as the message body. For more information, see <a>SendMessage</a>.
The specified message isn't in flight.
The user-specified message system attribute value. For string data types, the Value
attribute has the same restrictions on the content as the message body. For more information, see <a>SendMessage</a>.
The specified action violates a limit. For example, ReceiveMessage
returns this error if the maximum number of in flight messages is reached and AddPermission
returns this error if the maximum number of permissions for the queue is reached.
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.
Ensure that the QueueUrl
is correct and that the queue has not been deleted.
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.
Retrieves one or more messages from a specified queue.
A list of received messages.
The request was denied due to request throttling.
One or more specified resources don't exist.
Contains the details of a single Amazon SQS message along with an Id
.
For each message in the batch, the response contains a <a>SendMessageBatchResultEntry</a>
tag if the message succeeds or a <a>BatchResultErrorEntry</a>
tag if the message fails.
Encloses a MessageId
for a successfully-enqueued message in a <a>SendMessageBatch</a>.
The MD5OfMessageBody
and MessageId
elements.
Base class for all service related exceptions thrown by the Sqs client
The batch request contains more entries than permissible. For Amazon SQS, the maximum number of entries you can include in a single SendMessageBatch, DeleteMessageBatch, or ChangeMessageVisibilityBatch request is 10.
Error code 400. Unsupported operation.