untagResource
inline suspend fun TranscribeClient.untagResource(crossinline block: UntagResourceRequest.Builder.() -> Unit): UntagResourceResponse
Removes the specified tags from the specified Amazon Transcribe resource.
If you include UntagResource
in your request, you must also include ResourceArn
and TagKeys
.