ResourceExplorer.Client.
untag_resource
(**kwargs)¶Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource(
resourceArn='string',
tagKeys=[
'string',
]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the view or index that you want to remove tags from.
[REQUIRED]
A list of the keys for the tags that you want to remove from the specified view or index.
dict
Response Syntax
{}
Response Structure
Exceptions
ResourceExplorer.Client.exceptions.ResourceNotFoundException
ResourceExplorer.Client.exceptions.InternalServerException
ResourceExplorer.Client.exceptions.ValidationException
ResourceExplorer.Client.exceptions.UnauthorizedException
ResourceExplorer.Client.exceptions.ThrottlingException
ResourceExplorer.Client.exceptions.AccessDeniedException