Schemas / Client / untag_resource
untag_resource#
- Schemas.Client.untag_resource(**kwargs)#
Removes tags from a resource.
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]
Keys of key-value pairs.
(string) –
- Returns:
None
Exceptions
Schemas.Client.exceptions.NotFoundException
Schemas.Client.exceptions.BadRequestException
Schemas.Client.exceptions.InternalServerErrorException
Schemas.Client.exceptions.ForbiddenException