import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

The maximum size of the specified lexicon would be exceeded by this operation.

*/ export interface LexiconSizeExceededException extends __ServiceException__<_LexiconSizeExceededExceptionDetails> { name: "LexiconSizeExceededException"; } export interface _LexiconSizeExceededExceptionDetails { /** * _ErrorMessage shape */ message?: string; }