Textract / Client / untag_resource
untag_resource#
- Textract.Client.untag_resource(**kwargs)#
Removes any tags with the specified keys from the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) that specifies the resource to be untagged.
TagKeys (list) –
[REQUIRED]
Specifies the tags to be removed from the resource specified by the ResourceARN.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions