LambdaMicroVMs / Client / untag_resource
untag_resource¶
- LambdaMicroVMs.Client.untag_resource(**kwargs)¶
Removes tags from a Lambda MicroVM resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( Resource='string', TagKeys=[ 'string', ] )
- Parameters:
Resource (string) –
[REQUIRED]
The ARN of the resource to remove tags from.
TagKeys (list) –
[REQUIRED]
The list of tag keys to remove from the resource.
(string) –
- Returns:
None
Exceptions
LambdaMicroVMs.Client.exceptions.TooManyRequestsExceptionLambdaMicroVMs.Client.exceptions.ResourceNotFoundExceptionLambdaMicroVMs.Client.exceptions.ServiceExceptionLambdaMicroVMs.Client.exceptions.InvalidParameterValueExceptionLambdaMicroVMs.Client.exceptions.ResourceConflictException