IoTDeviceAdvisor / Client / list_tags_for_resource
list_tags_for_resource#
- IoTDeviceAdvisor.Client.list_tags_for_resource(**kwargs)#
Lists the tags attached to an IoT Device Advisor resource.
Requires permission to access the ListTagsForResource action.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( resourceArn='string' )
- Parameters:
resourceArn (string) –
[REQUIRED]
The resource ARN of the IoT Device Advisor resource. This can be SuiteDefinition ARN or SuiteRun ARN.
- Return type:
dict
- Returns:
Response Syntax
{ 'tags': { 'string': 'string' } }
Response Structure
(dict) –
tags (dict) –
The tags attached to the IoT Device Advisor resource.
(string) –
(string) –
Exceptions
IoTDeviceAdvisor.Client.exceptions.InternalServerException
IoTDeviceAdvisor.Client.exceptions.ValidationException
IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException