ConfigService / Client / untag_resource

untag_resource#

ConfigService.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 resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.

  • TagKeys (list) –

    [REQUIRED]

    The keys of the tags to be removed.

    • (string) –

Returns:

None

Exceptions

  • ConfigService.Client.exceptions.ValidationException

  • ConfigService.Client.exceptions.ResourceNotFoundException