KinesisAnalytics / Client / untag_resource

untag_resource#

KinesisAnalytics.Client.untag_resource(**kwargs)#

Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN of the Kinesis Analytics application from which to remove the tags.

  • TagKeys (list) –

    [REQUIRED]

    A list of keys of tags to remove from the specified application.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • KinesisAnalytics.Client.exceptions.ResourceNotFoundException

  • KinesisAnalytics.Client.exceptions.ResourceInUseException

  • KinesisAnalytics.Client.exceptions.TooManyTagsException

  • KinesisAnalytics.Client.exceptions.InvalidArgumentException

  • KinesisAnalytics.Client.exceptions.ConcurrentModificationException