Skip to content

Change message visibility batch

async_boto.validation.sqs.change_message_visibility_batch

ChangeMessageVisibilityBatchRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
Entries

Lists the receipt handles of the messages for which the visibility timeout must be changed.

TYPE: List[ChangeMessageVisibilityBatchRequestEntry]

QueueUrl

The URL of the Amazon SQS queue whose messages' visibility is changed.

TYPE: str

Entries instance-attribute

Entries

QueueUrl instance-attribute

QueueUrl

ChangeMessageVisibilityBatchResponse

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 ChangeMessageVisibilityBatchResultEntry items.

TYPE: List[ChangeMessageVisibilityBatchResultEntry]

Failed instance-attribute

Failed

Successful instance-attribute

Successful