import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { BackupGatewayServiceException as __BaseException } from "./BackupGatewayServiceException"; /** *
The operation cannot proceed because you have insufficient permissions.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; /** *A description of why you have insufficient permissions.
* @public */ ErrorCode: string | undefined; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe operation cannot proceed because it is not supported.
* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; /** *A description of why the operation is not supported.
* @public */ ErrorCode: string | undefined; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe operation did not succeed because an internal error occurred. Try again later.
* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; /** *A description of which internal error occured.
* @public */ ErrorCode?: string | undefined; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeTPS has been limited to protect against intentional or unintentional high request volumes.
* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; /** *Error: TPS has been limited to protect against intentional or unintentional high request volumes.
* @public */ ErrorCode: string | undefined; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe operation did not succeed because a validation error occurred.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; /** *A description of what caused the validation error.
* @public */ ErrorCode?: string | undefined; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA resource that is required for the action wasn't found.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** *A description of which resource wasn't found.
* @public */ ErrorCode?: string | undefined; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType