import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { WisdomServiceException as __BaseException } from "./WisdomServiceException"; /** *
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 could not be processed because of conflict in the current state of the
* resource. For example, if you're using a Create API (such as
* CreateAssistant) that accepts name, a conflicting resource (usually with the
* same name) is being created or mutated.
The specified resource does not exist.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** *The specified resource name.
* @public */ resourceName?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou've exceeded your service quota. To perform the requested action, remove some of the * relevant resources, or use service quotas to request a service quota increase.
* @public */ export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe input fails to satisfy the constraints specified by a service.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request reached the service more than 15 minutes after the date stamp on the request * or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or * the date stamp on the request is more than 15 minutes in the future.
* @public */ export declare class RequestTimeoutException extends __BaseException { readonly name: "RequestTimeoutException"; readonly $fault: "client"; $retryable: {}; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe provided revisionId does not match, indicating the content has been
* modified since it was last read.
Amazon Connect Wisdom throws this exception if you have too many tags in your tag set.
* @public */ export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; /** *The specified resource name.
* @public */ resourceName?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType