import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { EntityResolutionServiceException as __BaseException } from "./EntityResolutionServiceException"; /** *
You do not have sufficient access to perform this action.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc.
* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThis exception occurs when there is an internal failure in the Entity Resolution service.
* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; $retryable: {}; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe resource couldn't be found.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request was denied due to request throttling.
* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; $retryable: { throttling: boolean; }; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe input fails to satisfy the constraints specified by Entity Resolution.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded.
* @public */ export declare class ExceedsLimitException extends __BaseException { readonly name: "ExceedsLimitException"; readonly $fault: "client"; /** *The name of the quota that has been breached.
* @public */ quotaName?: string | undefined; /** *The current quota value for the customers.
* @public */ quotaValue?: number | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType