untag_resource

MediaTailor.Client.untag_resource(**kwargs)

The resource to untag.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • ResourceArn (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the resource to untag.

  • TagKeys (list) --

    [REQUIRED]

    The tag keys associated with the resource.

    • (string) --
Returns

None

Exceptions

  • MediaTailor.Client.exceptions.BadRequestException