Lists tags for a resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource(
arn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN)
{
'tags': {
'string': 'string'
}
}
Response Structure
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
Exceptions
ConnectCases.Client.exceptions.InternalServerException
ConnectCases.Client.exceptions.ResourceNotFoundException
ConnectCases.Client.exceptions.ValidationException
ConnectCases.Client.exceptions.ThrottlingException
ConnectCases.Client.exceptions.AccessDeniedException