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'
)
[REQUIRED]
The resource ARN of the IoT Device Advisor resource. This can be SuiteDefinition ARN or SuiteRun ARN.
{
'tags': {
'string': 'string'
}
}
Response Structure
The tags attached to the IoT Device Advisor resource.
Exceptions
IoTDeviceAdvisor.Client.exceptions.InternalServerException
IoTDeviceAdvisor.Client.exceptions.ValidationException
IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException