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.TooManyRequestsException

  • LambdaMicroVMs.Client.exceptions.ResourceNotFoundException

  • LambdaMicroVMs.Client.exceptions.ServiceException

  • LambdaMicroVMs.Client.exceptions.InvalidParameterValueException

  • LambdaMicroVMs.Client.exceptions.ResourceConflictException