DeadlineCloud / Client / untag_resource
untag_resource#
- DeadlineCloud.Client.untag_resource(**kwargs)#
Removes a tag from a resource using the resource’s ARN and tag to remove.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the resource to remove the tag from.
tagKeys (list) –
[REQUIRED]
They keys of the tag.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions