AccessAnalyzer / Client / untag_resource

untag_resource#

AccessAnalyzer.Client.untag_resource(**kwargs)#

Removes a tag from the specified resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN of the resource to remove the tag from.

  • tagKeys (list) –

    [REQUIRED]

    The key for the tag to add.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    The response to the request.

Exceptions