TranscribeService / Client / delete_medical_vocabulary

delete_medical_vocabulary#

TranscribeService.Client.delete_medical_vocabulary(**kwargs)#

Deletes a custom medical vocabulary. To use this operation, specify the name of the custom vocabulary you want to delete using VocabularyName. Custom vocabulary names are case sensitive.

See also: AWS API Documentation

Request Syntax

response = client.delete_medical_vocabulary(
    VocabularyName='string'
)
Parameters:

VocabularyName (string) –

[REQUIRED]

The name of the custom medical vocabulary you want to delete. Custom medical vocabulary names are case sensitive.

Returns:

None

Exceptions

  • TranscribeService.Client.exceptions.NotFoundException

  • TranscribeService.Client.exceptions.LimitExceededException

  • TranscribeService.Client.exceptions.BadRequestException

  • TranscribeService.Client.exceptions.InternalFailureException