Skip to content

Delete message

async_boto.validation.sqs.delete_message

DeleteMessageRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
QueueUrl

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

TYPE: str

ReceiptHandle

The receipt handle associated with the message to delete.

TYPE: str

QueueUrl instance-attribute

QueueUrl

ReceiptHandle instance-attribute

ReceiptHandle

DeleteMessageResponse

Bases: BaseModel

Represents an empty HTTP body for a successful DeleteMessage action response.