Delete message batch
async_boto.validation.sqs.delete_message_batch
DeleteMessageBatchRequest
Bases: BaseModel
The request accepts the following data in JSON format.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Entries |
Lists the receipt handles for the messages to be deleted.
TYPE:
|
QueueUrl |
The URL of the Amazon SQS queue from which messages are deleted.
TYPE:
|
Entries
instance-attribute
Entries
QueueUrl
instance-attribute
QueueUrl
DeleteMessageBatchResponse
Bases: BaseModel
The response returned in JSON format by the service.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Failed |
A list of BatchResultErrorEntry items.
TYPE:
|
Successful |
A list of DeleteMessageBatchResultEntry items.
TYPE:
|
Failed
instance-attribute
Failed
Successful
instance-attribute
Successful