IoTDeviceAdvisor.Client.
tag_resource
(**kwargs)¶Adds to and modifies existing tags of an IoT Device Advisor resource.
Requires permission to access the TagResource action.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource(
resourceArn='string',
tags={
'string': 'string'
}
)
[REQUIRED]
The resource ARN of an IoT Device Advisor resource. This can be SuiteDefinition ARN or SuiteRun ARN.
[REQUIRED]
The tags to be attached to the IoT Device Advisor resource.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTDeviceAdvisor.Client.exceptions.InternalServerException
IoTDeviceAdvisor.Client.exceptions.ValidationException
IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException