Kinesis / Client / untag_resource

untag_resource

Kinesis.Client.untag_resource(**kwargs)

Removes tags from the specified Kinesis resource. Removed tags are deleted and can’t be recovered after this operation completes successfully.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.

    • (string) –

  • ResourceARN (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.

Returns:

None

Exceptions

  • Kinesis.Client.exceptions.ResourceNotFoundException

  • Kinesis.Client.exceptions.ResourceInUseException

  • Kinesis.Client.exceptions.InvalidArgumentException

  • Kinesis.Client.exceptions.LimitExceededException

  • Kinesis.Client.exceptions.AccessDeniedException