untag_resource

TranscribeService.Client.untag_resource(**kwargs)

Removes the specified tags from the specified Amazon Transcribe resource.

If you include UntagResource in your request, you must also include ResourceArn and TagKeys .

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 Amazon Transcribe resource you want to remove tags from. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id .

    For example, arn:aws:transcribe:us-west-2:111122223333:transcription-job/transcription-job-name .

    Valid values for resource-type are: transcription-job , medical-transcription-job , vocabulary , medical-vocabulary , vocabulary-filter , and language-model .

  • TagKeys (list) --

    [REQUIRED]

    Removes the specified tag keys from the specified Amazon Transcribe resource.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • TranscribeService.Client.exceptions.LimitExceededException
  • TranscribeService.Client.exceptions.BadRequestException
  • TranscribeService.Client.exceptions.ConflictException
  • TranscribeService.Client.exceptions.NotFoundException
  • TranscribeService.Client.exceptions.InternalFailureException