ElasticInference / Client / untag_resource

untag_resource#

ElasticInference.Client.untag_resource(**kwargs)#

Removes the specified tags from an Elastic Inference Accelerator.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN of the Elastic Inference Accelerator to untag.

  • tagKeys (list) –

    [REQUIRED]

    The list of tags to remove from the Elastic Inference Accelerator.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • ElasticInference.Client.exceptions.BadRequestException

  • ElasticInference.Client.exceptions.ResourceNotFoundException

  • ElasticInference.Client.exceptions.InternalServerException