IoT1ClickProjects / Client / untag_resource

untag_resource#

IoT1ClickProjects.Client.untag_resource(**kwargs)#

Removes one or more tags (metadata key/value pairs) 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 whose tag you want to remove.

  • tagKeys (list) –

    [REQUIRED]

    The keys of those tags which you want to remove.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoT1ClickProjects.Client.exceptions.InternalFailureException

  • IoT1ClickProjects.Client.exceptions.InvalidRequestException

  • IoT1ClickProjects.Client.exceptions.ResourceNotFoundException