ManagedGrafana / Client / untag_resource
untag_resource¶
- ManagedGrafana.Client.untag_resource(**kwargs)¶
The
UntagResource
operation removes the association of the tag with the Amazon Managed Grafana 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 the tag association is removed from.
tagKeys (list) –
[REQUIRED]
The key values of the tag to be removed from the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions