MediaConnect / Client / untag_resource

untag_resource#

MediaConnect.Client.untag_resource(**kwargs)#

Deletes specified tags from a resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceArn (string) – [REQUIRED] The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource from which to delete tags.

  • TagKeys (list) –

    [REQUIRED] The keys of the tags to be removed.

    • (string) –

Returns:

None

Exceptions

  • MediaConnect.Client.exceptions.NotFoundException

  • MediaConnect.Client.exceptions.BadRequestException

  • MediaConnect.Client.exceptions.InternalServerErrorException