import { ServiceException as __ServiceException__ } from "@aws-sdk/types";
/**
*
The alphabet specified by the lexicon is not a supported alphabet. Valid values are x-sampa and ipa.
*/
export interface UnsupportedPlsAlphabetException extends __ServiceException__<_UnsupportedPlsAlphabetExceptionDetails> {
name: "UnsupportedPlsAlphabetException";
}
export interface _UnsupportedPlsAlphabetExceptionDetails {
/**
* _ErrorMessage shape
*/
message?: string;
}