| Class | Description |
|---|---|
| AddPermissionRequest | |
| BatchResultErrorEntry |
This is used in the responses of batch API to give a detailed description of
the result of an action on each entry in the request.
|
| ChangeMessageVisibilityBatchRequest | |
| ChangeMessageVisibilityBatchRequestEntry |
Encloses a receipt handle and an entry id for each message in
ChangeMessageVisibilityBatch.
|
| ChangeMessageVisibilityBatchResult |
For each message in the batch, the response contains a
ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or
a BatchResultErrorEntry tag if the message fails.
|
| ChangeMessageVisibilityBatchResultEntry |
Encloses the id of an entry in ChangeMessageVisibilityBatch.
|
| ChangeMessageVisibilityRequest | |
| CreateQueueRequest | |
| CreateQueueResult |
Returns the QueueUrl element of the created queue.
|
| DeleteMessageBatchRequest | |
| DeleteMessageBatchRequestEntry |
Encloses a receipt handle and an identifier for it.
|
| DeleteMessageBatchResult |
For each message in the batch, the response contains a
DeleteMessageBatchResultEntry tag if the message is deleted or a
BatchResultErrorEntry tag if the message cannot be deleted.
|
| DeleteMessageBatchResultEntry |
Encloses the id an entry in DeleteMessageBatch.
|
| DeleteMessageRequest | |
| DeleteQueueRequest | |
| GetQueueAttributesRequest | |
| GetQueueAttributesResult |
A list of returned queue attributes.
|
| GetQueueUrlRequest | |
| GetQueueUrlResult |
For more information, see Responses in the Amazon SQS Developer Guide.
|
| ListDeadLetterSourceQueuesRequest | |
| ListDeadLetterSourceQueuesResult |
A list of your dead letter source queues.
|
| ListQueuesRequest | |
| ListQueuesResult |
A list of your queues.
|
| Message |
An Amazon SQS message.
|
| MessageAttributeValue |
The user-specified message attribute value.
|
| PurgeQueueRequest | |
| ReceiveMessageRequest | |
| ReceiveMessageResult |
A list of received messages.
|
| RemovePermissionRequest | |
| SendMessageBatchRequest | |
| SendMessageBatchRequestEntry |
Contains the details of a single Amazon SQS message along with a
Id. |
| SendMessageBatchResult |
For each message in the batch, the response contains a
SendMessageBatchResultEntry tag if the message succeeds or a
BatchResultErrorEntry tag if the message fails.
|
| SendMessageBatchResultEntry |
Encloses a message ID for successfully enqueued message of a
SendMessageBatch.
|
| SendMessageRequest | |
| SendMessageResult |
The MD5OfMessageBody and MessageId elements.
|
| SetQueueAttributesRequest |
| Enum | Description |
|---|---|
| QueueAttributeName |
| Exception | Description |
|---|---|
| BatchEntryIdsNotDistinctException |
Two or more batch entries have the same
Id in the request. |
| BatchRequestTooLongException |
The length of all the messages put together is more than the limit.
|
| EmptyBatchRequestException |
Batch request does not contain an entry.
|
| InvalidAttributeNameException |
The attribute referred to does not exist.
|
| InvalidBatchEntryIdException |
The
Id of a batch entry in a batch request does not abide by the
specification. |
| InvalidIdFormatException |
The receipt handle is not valid for the current version.
|
| InvalidMessageContentsException |
The message contains characters outside the allowed set.
|
| MessageNotInflightException |
The message referred to is not in flight.
|
| OverLimitException |
The action that you requested would violate a limit.
|
| PurgeQueueInProgressException |
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. |
| QueueDeletedRecentlyException |
You must wait 60 seconds after deleting a queue before you can create another
with the same name.
|
| QueueDoesNotExistException |
The queue referred to does not exist.
|
| QueueNameExistsException |
A queue already exists with this name.
|
| ReceiptHandleIsInvalidException |
The receipt handle provided is not valid.
|
| TooManyEntriesInBatchRequestException |
Batch request contains more number of entries than permissible.
|
| UnsupportedOperationException |
Error code 400.
|
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.