Values.DeleteLexiconOutputSourceDeletes the specified pronunciation lexicon stored in an Amazon Web Services Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon or ListLexicon APIs. For more information, see Managing Lexicons.
type nonrec error = [ | `LexiconNotFoundException of LexiconNotFoundException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LexiconNotFoundException of LexiconNotFoundException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LexiconNotFoundException of LexiconNotFoundException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]