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. The following resources are supported:
ConfigurationRecorderConfigRuleOrganizationConfigRuleConformancePackOrganizationConformancePackConfigurationAggregatorAggregationAuthorizationStoredQuery
TagKeys (list) –
[REQUIRED]
The keys of the tags to be removed.
(string) –
- Returns:
None
Exceptions
ConfigService.Client.exceptions.ValidationExceptionConfigService.Client.exceptions.ResourceNotFoundException