MQ.Client.
list_tags
(**kwargs)¶Lists tags for a resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags(
ResourceArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource tag.
{
'Tags': {
'string': 'string'
}
}
Response Structure
HTTP Status Code 200: OK.
The key-value pair for the resource tag.
Exceptions
MQ.Client.exceptions.NotFoundException
MQ.Client.exceptions.BadRequestException
MQ.Client.exceptions.InternalServerErrorException
MQ.Client.exceptions.ForbiddenException