LicenseManager / Client / list_tags_for_resource
list_tags_for_resource#
- LicenseManager.Client.list_tags_for_resource(**kwargs)#
Lists the tags for the specified license configuration.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( ResourceArn='string' )
- Parameters:
ResourceArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) of the license configuration.
- Return type:
dict
- Returns:
Response Syntax
{ 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] }
Response Structure
(dict) –
Tags (list) –
Information about the tags.
(dict) –
Details about a tag for a license configuration.
Key (string) –
Tag key.
Value (string) –
Tag value.
Exceptions
LicenseManager.Client.exceptions.InvalidParameterValueException
LicenseManager.Client.exceptions.ServerInternalException
LicenseManager.Client.exceptions.AuthorizationException
LicenseManager.Client.exceptions.AccessDeniedException
LicenseManager.Client.exceptions.RateLimitExceededException