import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The language specified in the lexicon is unsupported. For a list of supported languages, see Lexicon Attributes.
*/ export interface UnsupportedPlsLanguageException extends __ServiceException__<_UnsupportedPlsLanguageExceptionDetails> { name: "UnsupportedPlsLanguageException"; } export interface _UnsupportedPlsLanguageExceptionDetails { /** * _ErrorMessage shape */ message?: string; }