MediaConnect / Client / untag_global_resource

untag_global_resource

MediaConnect.Client.untag_global_resource(**kwargs)

Removes tags from a global resource in AWS Elemental MediaConnect. The API supports the following global resources: router inputs, router outputs and router network interfaces.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

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

  • TagKeys (list) –

    [REQUIRED]

    The keys of the tags to remove from the global resource.

    • (string) –

Returns:

None

Exceptions

  • MediaConnect.Client.exceptions.BadRequestException

  • MediaConnect.Client.exceptions.InternalServerErrorException

  • MediaConnect.Client.exceptions.NotFoundException