Backup / Client / untag_resource

untag_resource#

Backup.Client.untag_resource(**kwargs)#

Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

  • TagKeyList (list) –

    [REQUIRED]

    A list of keys to identify which key-value tags to remove from a resource.

    • (string) –

Returns:

None

Exceptions

  • Backup.Client.exceptions.ResourceNotFoundException

  • Backup.Client.exceptions.InvalidParameterValueException

  • Backup.Client.exceptions.MissingParameterValueException

  • Backup.Client.exceptions.ServiceUnavailableException