import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ManagedBlockchainServiceException as __BaseException } from "./ManagedBlockchainServiceException"; /** *
You don't have sufficient access to perform this action.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request processing has failed because of an unknown error, exception or failure.
* @public */ export declare class InternalServiceErrorException extends __BaseException { readonly name: "InternalServiceErrorException"; readonly $fault: "server"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe action or operation requested is invalid. Verify that the action is typed correctly.
* @public */ export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA resource request is issued for a resource that already exists.
* @public */ export declare class ResourceAlreadyExistsException extends __BaseException { readonly name: "ResourceAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe maximum number of resources of that type already exist. Ensure the resources requested * are within the boundaries of the service edition and your account limits.
* @public */ export declare class ResourceLimitExceededException extends __BaseException { readonly name: "ResourceLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request or operation couldn't be performed because a service is * throttling requests. The most common source of throttling errors is * creating resources that exceed your service limit for this resource type. * Request a limit increase or delete unused resources if possible.
* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeA requested resource doesn't exist. It may have been deleted or referenced incorrectly.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** *A requested resource doesn't exist. It may have been deleted or referenced inaccurately.
* @public */ ResourceName?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested resource exists but isn't in a status that can complete the operation.
* @public */ export declare class ResourceNotReadyException extends __BaseException { readonly name: "ResourceNotReadyException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType