ElementalInference / Client / untag_resource

untag_resource

ElementalInference.Client.untag_resource(**kwargs)

Deletes specified tags from the specified resource in the current region.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    resourceArn='string',
    tagKeys=[
        'string',
    ]
)
Parameters:
  • resourceArn (string) –

    [REQUIRED]

    The ARN of the resource where you want to delete one or more tags.

  • tagKeys (list) –

    [REQUIRED]

    The keys of the tags to delete.

    • (string) –

Returns:

None

Exceptions

  • ElementalInference.Client.exceptions.ValidationException

  • ElementalInference.Client.exceptions.ResourceNotFoundException

  • ElementalInference.Client.exceptions.InternalServerErrorException

  • ElementalInference.Client.exceptions.AccessDeniedException

  • ElementalInference.Client.exceptions.TooManyRequestException

  • ElementalInference.Client.exceptions.ConflictException