APIGateway / Client / untag_resource
untag_resource#
- APIGateway.Client.untag_resource(**kwargs)#
Removes a tag from a given resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of a resource that can be tagged.
tagKeys (list) –
[REQUIRED]
The Tag keys to delete.
(string) –
- Returns:
None
Exceptions
APIGateway.Client.exceptions.BadRequestException
APIGateway.Client.exceptions.ConflictException
APIGateway.Client.exceptions.LimitExceededException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.TooManyRequestsException