import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { IoTSecureTunnelingServiceException as __BaseException } from "./IoTSecureTunnelingServiceException"; /** *

Thrown when an operation is attempted on a resource that does not exist.

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Thrown when a tunnel limit is exceeded.

* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); }