Athena / Client / untag_resource

untag_resource#

Athena.Client.untag_resource(**kwargs)#

Removes one or more tags from an Athena resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    Specifies the ARN of the resource from which tags are to be removed.

  • TagKeys (list) –

    [REQUIRED]

    A comma-separated list of one or more tag keys whose tags are to be removed from the specified resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions