Billing / Client / untag_resource
untag_resource¶
- Billing.Client.untag_resource(**kwargs)¶
Removes one or more tags from a resource. Specify only tag keys in your request. Don’t specify the value.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', resourceTagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
resourceTagKeys (list) –
[REQUIRED]
A list of tag key value pairs that are associated with the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Billing.Client.exceptions.ThrottlingException
Billing.Client.exceptions.ResourceNotFoundException
Billing.Client.exceptions.AccessDeniedException
Billing.Client.exceptions.ValidationException
Billing.Client.exceptions.InternalServerException