Route53GlobalResolver / Client / untag_resource

untag_resource

Route53GlobalResolver.Client.untag_resource(**kwargs)

Removes tags from a Route 53 Global Resolver resource.

Warning

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    Amazon Resource Name (ARN) of the resource.

  • tagKeys (list) –

    [REQUIRED]

    The tag keys associated with the resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Route53GlobalResolver.Client.exceptions.ValidationException

  • Route53GlobalResolver.Client.exceptions.ResourceNotFoundException