Invoicing / Client / untag_resource
untag_resource¶
- Invoicing.Client.untag_resource(**kwargs)¶
Removes a tag from a resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceArn='string', ResourceTagKeys=[ 'string', ] )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) to untag.
ResourceTagKeys (list) –
[REQUIRED]
Keys for the tags to be removed.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Invoicing.Client.exceptions.ResourceNotFoundException
Invoicing.Client.exceptions.ValidationException
Invoicing.Client.exceptions.InternalServerException
Invoicing.Client.exceptions.ThrottlingException
Invoicing.Client.exceptions.AccessDeniedException