Translate / Client / untag_resource

untag_resource#

Translate.Client.untag_resource(**kwargs)#

Removes a specific tag associated with an Amazon Translate resource. For more information, see Tagging your resources.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags.

  • TagKeys (list) –

    [REQUIRED]

    The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Translate.Client.exceptions.InvalidParameterValueException

  • Translate.Client.exceptions.ConcurrentModificationException

  • Translate.Client.exceptions.ResourceNotFoundException

  • Translate.Client.exceptions.InternalServerException