untag_resource(**kwargs)¶Removes the given tags (metadata) from the resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource(
resourceArn='string',
tagKeys=[
'string',
]
)
[REQUIRED]
The ARN of the resource whose tags you want to remove.
[REQUIRED]
The keys of those tags which you want to remove.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTAnalytics.Client.exceptions.InvalidRequestExceptionIoTAnalytics.Client.exceptions.InternalFailureExceptionIoTAnalytics.Client.exceptions.ServiceUnavailableExceptionIoTAnalytics.Client.exceptions.ThrottlingExceptionIoTAnalytics.Client.exceptions.LimitExceededExceptionIoTAnalytics.Client.exceptions.ResourceNotFoundException