AuroraDSQL / Client / untag_resource
untag_resource¶
- AuroraDSQL.Client.untag_resource(**kwargs)¶
Removes a tag from a resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the resource from which to remove tags.
tagKeys (list) –
[REQUIRED]
The array of keys of the tags that you want to remove.
(string) –
Unique tag key, maximum 128 Unicode characters in UTF-8.
- Returns:
None
Exceptions