import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import type { FederationSourceErrorCode } from "./enums"; import { GlueServiceException as __BaseException } from "./GlueServiceException"; /** *

Access to a resource was denied.

* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A resource to be created or added already exists.

* @public */ export declare class AlreadyExistsException extends __BaseException { readonly name: "AlreadyExistsException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A specified entity does not exist

* @public */ export declare class EntityNotFoundException extends __BaseException { readonly name: "EntityNotFoundException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** *

Indicates whether or not the exception relates to a federated source.

* @public */ FromFederationSource?: boolean | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An encryption operation failed.

* @public */ export declare class GlueEncryptionException extends __BaseException { readonly name: "GlueEncryptionException"; readonly $fault: "client"; /** *

The message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An internal service error occurred.

* @public */ export declare class InternalServiceException extends __BaseException { readonly name: "InternalServiceException"; readonly $fault: "server"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The input provided was not valid.

* @public */ export declare class InvalidInputException extends __BaseException { readonly name: "InvalidInputException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** *

Indicates whether or not the exception relates to a federated source.

* @public */ FromFederationSource?: boolean | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The operation timed out.

* @public */ export declare class OperationTimeoutException extends __BaseException { readonly name: "OperationTimeoutException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A resource numerical limit was exceeded.

* @public */ export declare class ResourceNumberLimitExceededException extends __BaseException { readonly name: "ResourceNumberLimitExceededException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A resource was not ready for a transaction.

* @public */ export declare class ResourceNotReadyException extends __BaseException { readonly name: "ResourceNotReadyException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A federation source failed.

* @public */ export declare class FederationSourceException extends __BaseException { readonly name: "FederationSourceException"; readonly $fault: "client"; /** *

The error code of the problem.

* @public */ FederationSourceErrorCode?: FederationSourceErrorCode | undefined; /** *

The message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A federation source failed, but the operation may be retried.

* @public */ export declare class FederationSourceRetryableException extends __BaseException { readonly name: "FederationSourceRetryableException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An error that indicates your data is in an invalid state.

* @public */ export declare class InvalidStateException extends __BaseException { readonly name: "InvalidStateException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The throttling threshhold was exceeded.

* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The session is in an invalid state to perform a requested operation.

* @public */ export declare class IllegalSessionStateException extends __BaseException { readonly name: "IllegalSessionStateException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Two processes are trying to modify a resource simultaneously.

* @public */ export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A federated resource already exists.

* @public */ export declare class FederatedResourceAlreadyExistsException extends __BaseException { readonly name: "FederatedResourceAlreadyExistsException"; readonly $fault: "client"; /** *

The message describing the problem.

* @public */ Message?: string | undefined; /** *

The associated Glue resource already exists.

* @public */ AssociatedGlueResource?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An exception thrown when you try to start another job while running a column stats generation job.

* @public */ export declare class ColumnStatisticsTaskRunningException extends __BaseException { readonly name: "ColumnStatisticsTaskRunningException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The same unique identifier was associated with two different records.

* @public */ export declare class IdempotentParameterMismatchException extends __BaseException { readonly name: "IdempotentParameterMismatchException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A value could not be validated.

* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The CreatePartitions API was called on a table that has indexes enabled.

* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The requested operation conflicts with another operation.

* @public */ export declare class IntegrationConflictOperationFault extends __BaseException { readonly name: "IntegrationConflictOperationFault"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The data processed through your integration exceeded your quota.

* @public */ export declare class IntegrationQuotaExceededFault extends __BaseException { readonly name: "IntegrationQuotaExceededFault"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An internal server error occurred.

* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The KMS key specified is not accessible.

* @public */ export declare class KMSKeyNotAccessibleFault extends __BaseException { readonly name: "KMSKeyNotAccessibleFault"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The resource could not be found.

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The operation is not available in the region.

* @public */ export declare class OperationNotSupportedException extends __BaseException { readonly name: "OperationNotSupportedException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The operation cannot be performed because the crawler is already running.

* @public */ export declare class CrawlerRunningException extends __BaseException { readonly name: "CrawlerRunningException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified scheduler is transitioning.

* @public */ export declare class SchedulerTransitioningException extends __BaseException { readonly name: "SchedulerTransitioningException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified integration could not be found.

* @public */ export declare class IntegrationNotFoundFault extends __BaseException { readonly name: "IntegrationNotFoundFault"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The integration is in an invalid state.

* @public */ export declare class InvalidIntegrationStateFault extends __BaseException { readonly name: "InvalidIntegrationStateFault"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A specified condition was not satisfied.

* @public */ export declare class ConditionCheckFailureException extends __BaseException { readonly name: "ConditionCheckFailureException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The target resource could not be found.

* @public */ export declare class TargetResourceNotFound extends __BaseException { readonly name: "TargetResourceNotFound"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The operation timed out.

* @public */ export declare class PermissionTypeMismatchException extends __BaseException { readonly name: "PermissionTypeMismatchException"; readonly $fault: "client"; /** *

There is a mismatch between the SupportedPermissionType used in the query request * and the permissions defined on the target table.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Too many jobs are being run concurrently.

* @public */ export declare class ConcurrentRunsExceededException extends __BaseException { readonly name: "ConcurrentRunsExceededException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The workflow is in an invalid state to perform a requested operation.

* @public */ export declare class IllegalWorkflowStateException extends __BaseException { readonly name: "IllegalWorkflowStateException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The blueprint is in an invalid state to perform a requested operation.

* @public */ export declare class IllegalBlueprintStateException extends __BaseException { readonly name: "IllegalBlueprintStateException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

There is no applicable schedule.

* @public */ export declare class NoScheduleException extends __BaseException { readonly name: "NoScheduleException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified scheduler is already running.

* @public */ export declare class SchedulerRunningException extends __BaseException { readonly name: "SchedulerRunningException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Exception thrown when a task is already in running state.

* @public */ export declare class MaterializedViewRefreshTaskRunningException extends __BaseException { readonly name: "MaterializedViewRefreshTaskRunningException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The machine learning transform is not ready to run.

* @public */ export declare class MLTransformNotReadyException extends __BaseException { readonly name: "MLTransformNotReadyException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An exception thrown when you try to stop a task run when there is no task running.

* @public */ export declare class ColumnStatisticsTaskNotRunningException extends __BaseException { readonly name: "ColumnStatisticsTaskNotRunningException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An exception thrown when you try to stop a task run.

* @public */ export declare class ColumnStatisticsTaskStoppingException extends __BaseException { readonly name: "ColumnStatisticsTaskStoppingException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified crawler is not running.

* @public */ export declare class CrawlerNotRunningException extends __BaseException { readonly name: "CrawlerNotRunningException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified crawler is stopping.

* @public */ export declare class CrawlerStoppingException extends __BaseException { readonly name: "CrawlerStoppingException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified scheduler is not running.

* @public */ export declare class SchedulerNotRunningException extends __BaseException { readonly name: "SchedulerNotRunningException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Exception thrown when stopping a task that is not in running state.

* @public */ export declare class MaterializedViewRefreshTaskNotRunningException extends __BaseException { readonly name: "MaterializedViewRefreshTaskNotRunningException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Exception thrown when a task is already in stopping state.

* @public */ export declare class MaterializedViewRefreshTaskStoppingException extends __BaseException { readonly name: "MaterializedViewRefreshTaskStoppingException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

There was a version conflict.

* @public */ export declare class VersionMismatchException extends __BaseException { readonly name: "VersionMismatchException"; readonly $fault: "client"; /** *

A message describing the problem.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); }