untag_resource

BackupGateway.Client.untag_resource(**kwargs)

Removes tags from the 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) of the resource from which to remove tags.

  • TagKeys (list) --

    [REQUIRED]

    The list of tag keys specifying which tags to remove.

    • (string) --
Return type

dict

Returns

Response Syntax

{
    'ResourceARN': 'string'
}

Response Structure

  • (dict) --

    • ResourceARN (string) --

      The Amazon Resource Name (ARN) of the resource from which you removed tags.

Exceptions

  • BackupGateway.Client.exceptions.ValidationException
  • BackupGateway.Client.exceptions.InternalServerException
  • BackupGateway.Client.exceptions.ResourceNotFoundException
  • BackupGateway.Client.exceptions.ThrottlingException