Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Gives a detailed description of the result of an action on each entry in the request.

Link copied to clipboard

Encloses a receipt handle and an entry ID for each message in <a>ChangeMessageVisibilityBatch</a>.

Link copied to clipboard

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.

Link copied to clipboard

Encloses the Id of an entry in <a>ChangeMessageVisibilityBatch</a>.

Link copied to clipboard
Link copied to clipboard

Returns the QueueUrl attribute of the created queue.

Link copied to clipboard
Link copied to clipboard

Encloses a receipt handle and an identifier for it.

Link copied to clipboard

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.

Link copied to clipboard

Encloses the Id of an entry in <a>DeleteMessageBatch</a>.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The batch request doesn't contain any entries.

Link copied to clipboard
Link copied to clipboard

A list of returned queue attributes.

Link copied to clipboard

Retrieves the URL of an existing queue based on its name and, optionally, the Amazon Web Services account ID.

Link copied to clipboard

For more information, see Interpreting Responses in the Amazon SQS Developer Guide.

Link copied to clipboard

The specified ID is invalid.

Link copied to clipboard

The specified attribute doesn't exist.

Link copied to clipboard

A queue attribute value is invalid.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The message contains characters outside the allowed set.

Link copied to clipboard

The request was not made over HTTPS or did not use SigV4 for signing.

Link copied to clipboard

The caller doesn't have the required KMS access.

Link copied to clipboard

The request was denied due to request throttling.

Link copied to clipboard

The request was rejected for one of the following reasons:

Link copied to clipboard

The request was rejected because the state of the specified resource is not valid for this request.

Link copied to clipboard

The request was rejected because the specified entity or resource could not be found.

Link copied to clipboard

The request was rejected because the specified key policy isn't syntactically or semantically correct.

Link copied to clipboard

Amazon Web Services KMS throttles requests for the following conditions.

Link copied to clipboard

A list of your dead letter source queues.

Link copied to clipboard

Contains the details of a message movement task.

Link copied to clipboard
Link copied to clipboard

A list of your queues.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Message

An Amazon SQS message.

Link copied to clipboard

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>.

Link copied to clipboard

The specified message isn't in flight.

Link copied to clipboard
Link copied to clipboard

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>.

Link copied to clipboard

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.

Link copied to clipboard

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).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class QueueAttributeName
Link copied to clipboard

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

Link copied to clipboard

Ensure that the QueueUrl is correct and that the queue has not been deleted.

Link copied to clipboard

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.

Link copied to clipboard

The specified receipt handle isn't valid.

Link copied to clipboard

Retrieves one or more messages from a specified queue.

Link copied to clipboard

A list of received messages.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The request was denied due to request throttling.

Link copied to clipboard

One or more specified resources don't exist.

Link copied to clipboard
Link copied to clipboard

Contains the details of a single Amazon SQS message along with an Id.

Link copied to clipboard

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.

Link copied to clipboard

Encloses a MessageId for a successfully-enqueued message in a <a>SendMessageBatch</a>.

Link copied to clipboard
Link copied to clipboard

The MD5OfMessageBody and MessageId elements.

Link copied to clipboard
Link copied to clipboard

Base class for all service related exceptions thrown by the Sqs client

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

Error code 400. Unsupported operation.

Link copied to clipboard
Link copied to clipboard