Skip to content

Change message visibility

async_boto.validation.sqs.change_message_visibility

ChangeMessageVisibilityRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
QueueUrl

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

TYPE: str

ReceiptHandle

The receipt handle associated with the message, whose visibility timeout is changed.

TYPE: str

VisibilityTimeout

The new value for the message's visibility timeout (in seconds).

TYPE: int

QueueUrl instance-attribute

QueueUrl

ReceiptHandle instance-attribute

ReceiptHandle

VisibilityTimeout instance-attribute

VisibilityTimeout

ChangeMessageVisibilityResponse

Bases: BaseModel

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