import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { RedshiftDataServiceException as __BaseException } from "./RedshiftDataServiceException"; export declare class ActiveSessionsExceededException extends __BaseException { readonly name: "ActiveSessionsExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ActiveSessionsExceededException, __BaseException > ); } export declare class ActiveStatementsExceededException extends __BaseException { readonly name: "ActiveStatementsExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ActiveStatementsExceededException, __BaseException > ); } export declare class BatchExecuteStatementException extends __BaseException { readonly name: "BatchExecuteStatementException"; readonly $fault: "server"; Message: string | undefined; StatementId: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message: string | undefined; ResourceId: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class DatabaseConnectionException extends __BaseException { readonly name: "DatabaseConnectionException"; readonly $fault: "server"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class QueryTimeoutException extends __BaseException { readonly name: "QueryTimeoutException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ExecuteStatementException extends __BaseException { readonly name: "ExecuteStatementException"; readonly $fault: "server"; Message: string | undefined; StatementId: string | undefined; constructor( opts: __ExceptionOptionType ); }