import { ServiceException as __ServiceException__ } from '@aws-sdk/types'; /** *
The request was rejected because a limit was exceeded. For more information, see Limits in the AWS Key Management Service Developer Guide.
*/ export interface LimitExceededException extends __ServiceException__<_LimitExceededExceptionDetails> { name: 'LimitExceededException'; } export interface _LimitExceededExceptionDetails { /** * _ErrorMessageType shape */ message?: string; }