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

The limit on the number of requests per second was exceeded.

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