Skip to content

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: List[DeleteMessageBatchRequestEntry]

QueueUrl

The URL of the Amazon SQS queue from which messages are deleted.

TYPE: str

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: List[BatchResultErrorEntry]

Successful

A list of DeleteMessageBatchResultEntry items.

TYPE: List[DeleteMessageBatchResultEntry]

Failed instance-attribute

Failed

Successful instance-attribute

Successful