Private5G.Client.
list_tags_for_resource
(**kwargs)¶Lists the tags for 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 resource.
{
'tags': {
'string': 'string'
}
}
Response Structure
The resource tags.
Exceptions
Private5G.Client.exceptions.ResourceNotFoundException
Private5G.Client.exceptions.AccessDeniedException
Private5G.Client.exceptions.ValidationException
Private5G.Client.exceptions.InternalServerException
Private5G.Client.exceptions.ThrottlingException