Skip to content

Untag queue

async_boto.validation.sqs.untag_queue

UntagQueueRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
QueueUrl

The URL of the queue.

TYPE: str

TagKeys

The list of tags to be removed from the specified queue.

TYPE: List[str]

QueueUrl instance-attribute

QueueUrl

TagKeys instance-attribute

TagKeys

UntagQueueResponse

Bases: BaseModel

The response returned in JSON format by the service.