CloudDirectory / Client / untag_resource
untag_resource#
- CloudDirectory.Client.untag_resource(**kwargs)#
An API operation for removing 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) of the resource. Tagging is only supported for directories.
TagKeys (list) –
[REQUIRED]
Keys of the tag that need to be removed from the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions