ResourceExplorer / Client / untag_resource

untag_resource#

ResourceExplorer.Client.untag_resource(**kwargs)#

Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) of the view or index that you want to remove tags from.

  • tagKeys (list) –

    [REQUIRED]

    A list of the keys for the tags that you want to remove from the specified view or index.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions