Smaws_Client_Transcribe.GetMedicalVocabulary
Provides information about the specified custom medical vocabulary.
To view the status of the specified custom medical vocabulary, check the VocabularyState
field. If the status is READY
, your custom vocabulary is available to use. If the status is FAILED
, FailureReason
provides details on why your vocabulary failed.
To get a list of your custom medical vocabularies, use the operation.
val request :
Smaws_Lib.Context.t ->
Types.get_medical_vocabulary_request ->
(Types.get_medical_vocabulary_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception ])
Stdlib.result