| Enum | Description |
|---|---|
| MessageSystemAttributeName | |
| QueueAttributeName |
| Exception | Description |
|---|---|
| BatchEntryIdsNotDistinctException |
Two or more batch entries in the request have the same
Id. |
| BatchRequestTooLongException |
The length of all the messages put together is more than the limit.
|
| EmptyBatchRequestException |
The batch request doesn't contain any entries.
|
| InvalidAttributeNameException |
The attribute referred to doesn't exist.
|
| InvalidBatchEntryIdException |
The
Id of a batch entry in a batch request doesn't abide by the specification. |
| InvalidIdFormatException |
The receipt handle isn't valid for the current version.
|
| InvalidMessageContentsException |
The message contains characters outside the allowed set.
|
| MessageNotInflightException |
The message referred to isn't 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 one with the same name.
|
| QueueDoesNotExistException |
The queue referred to doesn't exist.
|
| QueueNameExistsException |
A queue already exists with this name.
|
| ReceiptHandleIsInvalidException |
The receipt handle provided isn't valid.
|
| SQSException |
Base exception for all service exceptions thrown by Amazon Simple Queue Service
|
| TooManyEntriesInBatchRequestException |
The batch request contains more entries than permissible.
|
| UnsupportedOperationException |
Error code 400.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.