QApps / Client / untag_resource
untag_resource#
- QApps.Client.untag_resource(**kwargs)#
Disassociates tags from an Amazon Q Apps 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 to disassociate the tag from.
tagKeys (list) –
[REQUIRED]
The keys of the tags to disassociate from the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions