Lists the tags that are attached to the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource(
resourceArn='string'
)
[REQUIRED]
The Amazon resource name (ARN) of the view or index that you want to attach tags to.
{
'Tags': {
'string': 'string'
}
}
Response Structure
The tag key and value pairs that you want to attach to the specified view or index.
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