AppRegistry.Client.
list_tags_for_resource
(**kwargs)¶Lists all of the tags on the resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource(
resourceArn='string'
)
[REQUIRED]
The Amazon resource name (ARN) that specifies the resource.
{
'tags': {
'string': 'string'
}
}
Response Structure
The tags on the resource.
Exceptions
AppRegistry.Client.exceptions.ValidationException
AppRegistry.Client.exceptions.ResourceNotFoundException
AppRegistry.Client.exceptions.InternalServerException