import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import type { ConflictType, ResourceType } from "./enums"; import { VoiceIDServiceException as __BaseException } from "./VoiceIDServiceException"; /** *
You do not have sufficient permissions to perform this action. Check the error message * and try again.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request failed due to a conflict. Check the ConflictType and error
* message for more details.
The type of conflict which caused a ConflictException. Possible types and the * corresponding error messages are as follows:
*
* DOMAIN_NOT_ACTIVE: The domain is not active.
* CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT: You cannot change the
* speaker ID after an enrollment has been requested.
* ENROLLMENT_ALREADY_EXISTS: There is already an enrollment for
* this session.
* SPEAKER_NOT_SET: You must set the speaker ID before requesting an
* enrollment.
* SPEAKER_OPTED_OUT: You cannot request an enrollment for an opted
* out speaker.
* CONCURRENT_CHANGES: The request could not be processed as the
* resource was modified by another request during execution.
The request failed due to an unknown error on the server side.
* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified resource cannot be found. Check the ResourceType and error
* message for more details.
The type of resource which cannot not be found. Possible types are
* BATCH_JOB, COMPLIANCE_CONSENT, DOMAIN,
* FRAUDSTER, SESSION and SPEAKER.
The request exceeded the service quota. Refer to Voice ID Service Quotas and try your request again.
* @public */ export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request was denied due to request throttling. Please slow down your request rate. * Refer to * Amazon Connect Voice ID Service API throttling quotas and try your * request again.
* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request failed one or more validations; check the error message for more * details.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType