IoTDeviceAdvisor.Client.
untag_resource
(**kwargs)¶Removes tags from an IoT Device Advisor resource.
Requires permission to access the UntagResource action.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource(
resourceArn='string',
tagKeys=[
'string',
]
)
[REQUIRED]
The resource ARN of an IoT Device Advisor resource. This can be SuiteDefinition ARN or SuiteRun ARN.
[REQUIRED]
List of tag keys to remove from the IoT Device Advisor resource.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTDeviceAdvisor.Client.exceptions.InternalServerException
IoTDeviceAdvisor.Client.exceptions.ValidationException
IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException