March 2008
Intermediate to advanced
604 pages
18h 38m
English
Here is the list of error responses that may be returned by the SQS Query API version 2007-05-01.
| Error Code | Description | HTTP Status Code |
|---|---|---|
| AccessFailure | Requester does not have grants to access the resource. | 401 |
| AWS.SimpleQueueService.InternalError | There is an internal problem with SQS, which you cannot resolve. Retry the request. | 500 |
| AWS.SimpleQueueService.NonEmptyQueue | Queue not empty. This error may be returned by the DeleteQueue operation. | 400 |
| AWS.SimpleQueueService.QueueDeletedRecently | You must wait 60 seconds after deleting a queue before you can create another with the same name. This error may be returned by the CreateQueue operation. | 400 |
| AWS.SimpleQueueService.QueueNameExists | Queue already exists. This error may be returned by the CreateQueue operation. | 200 |
| AWS.SimpleQueueService.NonExistentQueue | Queue does not exist. | 400 |
| AuthFailure | A value used for authentication could not be validated, such as Signature. | 401 |
| InternalError | There is an internal problem with SQS, which you cannot resolve. Retry the request. | 500 |
| InvalidAttributeName | Unknown Attribute. This error may be returned by the GetQueueAttributes or SetQueueAttributes operations. | 400 |
| InvalidAction | The action specified was invalid. | 400 |
| InvalidMessageContents | The message contains characters outside the allowed set. This error may be returned by the SendMessage operation. | 400 |
| InvalidParameterValue | One or more parameters cannot be validated. | 400 |
| InvalidParameter-Combination | Two parameters were specified that cannot be used together, ... |
Read now
Unlock full access