LexModelsV2 / Client / untag_resource
untag_resource#
- LexModelsV2.Client.untag_resource(**kwargs)#
Removes tags from a bot, bot alias, or bot channel.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceARN='string', tagKeys=[ 'string', ] )
- Parameters:
resourceARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource to remove the tags from.
tagKeys (list) –
[REQUIRED]
A list of tag keys to remove from the resource. If a tag key does not exist on the resource, it is ignored.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions