Smaws_Client_Transcribe.UntagResource
val request :
Smaws_Lib.Context.t ->
untag_resource_request ->
(untag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of bad_request_exception
| `ConflictException of conflict_exception
| `InternalFailureException of internal_failure_exception
| `LimitExceededException of limit_exceeded_exception
| `NotFoundException of not_found_exception ])
Stdlib.result
Removes the specified tags from the specified Amazon Transcribe resource.
If you include UntagResource
in your request, you must also include ResourceArn
and TagKeys
.