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:
|
QueueUrl |
The URL of the Amazon SQS queue whose messages' visibility is changed.
TYPE:
|
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:
|
Successful |
A list of ChangeMessageVisibilityBatchResultEntry items.
TYPE:
|
Failed
instance-attribute
Failed
Successful
instance-attribute
Successful