import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
AWS Lambda throttled your account, please contact AWS Support
*/ export interface LambdaThrottledException extends __ServiceException__<_LambdaThrottledExceptionDetails> { name: "LambdaThrottledException"; } export interface _LambdaThrottledExceptionDetails { /** *A message returned when an LambdaThrottledException is thrown
*/ message: string; }