waitUntilMedicalVocabularyReady
suspend fun TranscribeClient.waitUntilMedicalVocabularyReady(request: GetMedicalVocabularyRequest, retryStrategy: RetryStrategy? = null): Outcome<GetMedicalVocabularyResponse>
suspend fun TranscribeClient.waitUntilMedicalVocabularyReady(block: GetMedicalVocabularyRequest.Builder.() -> Unit): Outcome<GetMedicalVocabularyResponse>