SQS / Client / untag_queue

untag_queue#

SQS.Client.untag_queue(**kwargs)#

Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.

Note

Cross-account permissions don’t apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.

See also: AWS API Documentation

Request Syntax

response = client.untag_queue(
    QueueUrl='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • QueueUrl (string) –

    [REQUIRED]

    The URL of the queue.

  • TagKeys (list) –

    [REQUIRED]

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

    • (string) –

Returns:

None

Exceptions

  • SQS.Client.exceptions.InvalidAddress

  • SQS.Client.exceptions.RequestThrottled

  • SQS.Client.exceptions.QueueDoesNotExist

  • SQS.Client.exceptions.InvalidSecurity

  • SQS.Client.exceptions.UnsupportedOperation