IoT1ClickDevicesService / Client / untag_resource
untag_resource#
- IoT1ClickDevicesService.Client.untag_resource(**kwargs)#
Using tag keys, deletes the tags (key/value pairs) associated with the specified resource ARN.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceArn='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The ARN of the resource.
TagKeys (list) –
[REQUIRED]
A collections of tag keys. For example, {“key1”,”key2”}
(string) –
- Returns:
None
Exceptions