Skip to content

SQS  >  Structures  >  DeleteMessageBatchRequestEntry

DeleteMessageBatchRequestEntry

Structure Class

DeleteMessageBatchRequestEntry dataclass

Encloses a receipt handle and an identifier for it.

Attributes

id instance-attribute
id: str

The identifier for this particular receipt handle. This is used to communicate the result.

Note

The Ids of a batch request need to be unique within a request.

This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).

receipt_handle instance-attribute
receipt_handle: str

A receipt handle.