import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { EBSServiceException as __BaseException } from "./EBSServiceException"; import type { AccessDeniedExceptionReason, RequestThrottledExceptionReason, ResourceNotFoundExceptionReason, ServiceQuotaExceededExceptionReason, ValidationExceptionReason } from "./enums"; /** *
You do not have sufficient access to perform this action.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the exception.
* @public */ Reason: AccessDeniedExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeAn internal error has occurred. For more information see Error retries.
* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe number of API requests has exceeded the maximum allowed API request * throttling limit for the snapshot. For more information see Error retries.
* @public */ export declare class RequestThrottledException extends __BaseException { readonly name: "RequestThrottledException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the exception.
* @public */ Reason?: RequestThrottledExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified resource does not exist.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the exception.
* @public */ Reason?: ResourceNotFoundExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeYour current service quotas do not allow you to perform this action.
* @public */ export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the exception.
* @public */ Reason?: ServiceQuotaExceededExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe input fails to satisfy the constraints of the EBS direct APIs.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the validation exception.
* @public */ Reason?: ValidationExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have reached the limit for concurrent API requests. For more information, see * Optimizing performance of the EBS direct APIs in the Amazon Elastic Compute Cloud * User Guide.
* @public */ export declare class ConcurrentLimitExceededException extends __BaseException { readonly name: "ConcurrentLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request uses the same client token as a previous, but non-identical * request.
* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType