EMRServerless / Client / untag_resource
untag_resource#
- EMRServerless.Client.untag_resource(**kwargs)#
Removes tags from resources.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.
tagKeys (list) –
[REQUIRED]
The keys of the tags to be removed.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions