IoTTwinMaker / Client / untag_resource

untag_resource#

IoTTwinMaker.Client.untag_resource(**kwargs)#

Removes tags from a 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.

  • tagKeys (list) –

    [REQUIRED]

    A list of tag key names to remove from the resource. You don’t specify the value. Both the key and its associated value are removed.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions