import { ServiceException as __ServiceException__ } from '@aws-js-sdk-v3-prerelease/types'; /** *
Thrown when the total number of user pools has exceeded a preset limit.
*/ export interface LimitExceededException extends __ServiceException__<_LimitExceededExceptionDetails> { name: 'LimitExceededException'; } export interface _LimitExceededExceptionDetails { /** *The message returned by a LimitExceededException.
*/ message?: string; }