untag_resource

TimestreamQuery.Client.untag_resource(**kwargs)

Removes the association of tags from a Timestream query resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceARN='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • ResourceARN (string) --

    [REQUIRED]

    The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

  • TagKeys (list) --

    [REQUIRED]

    A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • TimestreamQuery.Client.exceptions.ValidationException
  • TimestreamQuery.Client.exceptions.ThrottlingException
  • TimestreamQuery.Client.exceptions.ResourceNotFoundException
  • TimestreamQuery.Client.exceptions.InvalidEndpointException