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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeTwo 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeThe CreatePartitions API was called on a table that has indexes enabled.
A message describing the problem.
* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeA 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeToo 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThere 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeException 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeException 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: __ExceptionOptionTypeException 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: __ExceptionOptionTypeThere 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