AuditManager.Client.
list_tags_for_resource
(**kwargs)¶Returns a list of tags for the specified resource in Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource(
resourceArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
{
'tags': {
'string': 'string'
}
}
Response Structure
The list of tags that the ListTagsForResource
API returned.
Exceptions
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.ResourceNotFoundException