import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ApiGatewayManagementApiServiceException as __BaseException } from "./ApiGatewayManagementApiServiceException"; /** *
The caller is not authorized to invoke this operation.
* @public */ export declare class ForbiddenException extends __BaseException { readonly name: "ForbiddenException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe connection with the provided id no longer exists.
* @public */ export declare class GoneException extends __BaseException { readonly name: "GoneException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe client is sending more than the allowed number of requests per unit of time or the WebSocket client side buffer is full.
* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe data has exceeded the maximum size allowed.
* @public */ export declare class PayloadTooLargeException extends __BaseException { readonly name: "PayloadTooLargeException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType