import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ManagedBlockchainServiceException as __BaseException } from "./ManagedBlockchainServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServiceErrorException extends __BaseException { readonly name: "InternalServiceErrorException"; readonly $fault: "server"; constructor(opts: __ExceptionOptionType); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceAlreadyExistsException extends __BaseException { readonly name: "ResourceAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceLimitExceededException extends __BaseException { readonly name: "ResourceLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; Message?: string | undefined; ResourceName?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; ResourceName?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotReadyException extends __BaseException { readonly name: "ResourceNotReadyException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class IllegalActionException extends __BaseException { readonly name: "IllegalActionException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); }