QuickSight / Client / untag_resource
untag_resource#
- QuickSight.Client.untag_resource(**kwargs)#
Removes a tag or 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 that you want to untag.
TagKeys (list) –
[REQUIRED]
The keys of the key-value pairs for the resource tag or tags assigned to the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions