AccountAccess / Client / untag_resource
untag_resource¶
- AccountAccess.Client.untag_resource(**kwargs)¶
Removes tags from an account access manager resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
Specifies the ARN of the resource to remove tags from.
tagKeys (list) –
[REQUIRED]
Specifies the tag keys to remove from the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
AccountAccess.Client.exceptions.ResourceNotFoundExceptionAccountAccess.Client.exceptions.ThrottlingExceptionAccountAccess.Client.exceptions.ValidationExceptionAccountAccess.Client.exceptions.InternalServerException