TranscribeService / Client / untag_resource
untag_resource¶
- TranscribeService.Client.untag_resource(**kwargs)¶
Removes the specified tags from the specified Amazon Transcribe resource.
If you include
UntagResourcein your request, you must also includeResourceArnandTagKeys.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-typeare:transcription-job,medical-transcription-job,vocabulary,medical-vocabulary,vocabulary-filter, andlanguage-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