LexModelBuildingService / Client / untag_resource
untag_resource#
- LexModelBuildingService.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
LexModelBuildingService.Client.exceptions.NotFoundException
LexModelBuildingService.Client.exceptions.BadRequestException
LexModelBuildingService.Client.exceptions.ConflictException
LexModelBuildingService.Client.exceptions.InternalFailureException
LexModelBuildingService.Client.exceptions.LimitExceededException