Package | Description |
---|---|
com.amazonaws.services.sqs.model |
Modifier and Type | Class and Description |
---|---|
class |
BatchEntryIdsNotDistinctException
Two or more batch entries in the request have the same
Id . |
class |
BatchRequestTooLongException
The length of all the messages put together is more than the limit.
|
class |
EmptyBatchRequestException
The batch request doesn't contain any entries.
|
class |
InvalidAddressException
The
accountId is invalid. |
class |
InvalidAttributeNameException
The specified attribute doesn't exist.
|
class |
InvalidAttributeValueException
A queue attribute value is invalid.
|
class |
InvalidBatchEntryIdException
The
Id of a batch entry in a batch request doesn't abide by the specification. |
class |
InvalidIdFormatException
The specified receipt handle isn't valid for the current version.
|
class |
InvalidMessageContentsException
The message contains characters outside the allowed set.
|
class |
InvalidSecurityException
When the request to a queue is not HTTPS and SigV4.
|
class |
KmsAccessDeniedException
The caller doesn't have the required KMS access.
|
class |
KmsDisabledException
The request was denied due to request throttling.
|
class |
KmsInvalidKeyUsageException
The request was rejected for one of the following reasons:
|
class |
KmsInvalidStateException
The request was rejected because the state of the specified resource is not valid for this request.
|
class |
KmsNotFoundException
The request was rejected because the specified entity or resource could not be found.
|
class |
KmsOptInRequiredException
The request was rejected because the specified key policy isn't syntactically or semantically correct.
|
class |
KmsThrottledException
Amazon Web Services KMS throttles requests for the following conditions.
|
class |
MessageNotInflightException
The specified message isn't in flight.
|
class |
OverLimitException
The specified action violates a limit.
|
class |
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). |
class |
QueueDeletedRecentlyException
You must wait 60 seconds after deleting a queue before you can create another queue with the same name.
|
class |
QueueDoesNotExistException
The specified queue doesn't exist.
|
class |
QueueNameExistsException
A queue with this name already exists.
|
class |
ReceiptHandleIsInvalidException
The specified receipt handle isn't valid.
|
class |
RequestThrottledException
The request was denied due to request throttling.
|
class |
ResourceNotFoundException
One or more specified resources don't exist.
|
class |
TooManyEntriesInBatchRequestException
The batch request contains more entries than permissible.
|
class |
UnsupportedOperationException
Error code 400.
|
Copyright © 2024. All rights reserved.