SecurityAgent / Client / untag_resource

untag_resource

SecurityAgent.Client.untag_resource(**kwargs)

Removes tags from a Security Agent resource

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    ARN of the resource to untag

  • tagKeys (list) –

    [REQUIRED]

    List of tag keys to remove from the resource

    • (string) –

      Key for a resource tag

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Output for UntagResource operation