route/vendor/github.com/aws/aws-sdk-go/service/glue/errors.go

121 lines
4.2 KiB
Go

// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package glue
const (
// ErrCodeAccessDeniedException for service response error code
// "AccessDeniedException".
//
// Access to a resource was denied.
ErrCodeAccessDeniedException = "AccessDeniedException"
// ErrCodeAlreadyExistsException for service response error code
// "AlreadyExistsException".
//
// A resource to be created or added already exists.
ErrCodeAlreadyExistsException = "AlreadyExistsException"
// ErrCodeConcurrentModificationException for service response error code
// "ConcurrentModificationException".
//
// Two processes are trying to modify a resource simultaneously.
ErrCodeConcurrentModificationException = "ConcurrentModificationException"
// ErrCodeConcurrentRunsExceededException for service response error code
// "ConcurrentRunsExceededException".
//
// Too many jobs are being run concurrently.
ErrCodeConcurrentRunsExceededException = "ConcurrentRunsExceededException"
// ErrCodeCrawlerNotRunningException for service response error code
// "CrawlerNotRunningException".
//
// The specified crawler is not running.
ErrCodeCrawlerNotRunningException = "CrawlerNotRunningException"
// ErrCodeCrawlerRunningException for service response error code
// "CrawlerRunningException".
//
// The operation cannot be performed because the crawler is already running.
ErrCodeCrawlerRunningException = "CrawlerRunningException"
// ErrCodeCrawlerStoppingException for service response error code
// "CrawlerStoppingException".
//
// The specified crawler is stopping.
ErrCodeCrawlerStoppingException = "CrawlerStoppingException"
// ErrCodeEntityNotFoundException for service response error code
// "EntityNotFoundException".
//
// A specified entity does not exist
ErrCodeEntityNotFoundException = "EntityNotFoundException"
// ErrCodeIdempotentParameterMismatchException for service response error code
// "IdempotentParameterMismatchException".
//
// The same unique identifier was associated with two different records.
ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException"
// ErrCodeInternalServiceException for service response error code
// "InternalServiceException".
//
// An internal service error occurred.
ErrCodeInternalServiceException = "InternalServiceException"
// ErrCodeInvalidInputException for service response error code
// "InvalidInputException".
//
// The input provided was not valid.
ErrCodeInvalidInputException = "InvalidInputException"
// ErrCodeNoScheduleException for service response error code
// "NoScheduleException".
//
// There is no applicable schedule.
ErrCodeNoScheduleException = "NoScheduleException"
// ErrCodeOperationTimeoutException for service response error code
// "OperationTimeoutException".
//
// The operation timed out.
ErrCodeOperationTimeoutException = "OperationTimeoutException"
// ErrCodeResourceNumberLimitExceededException for service response error code
// "ResourceNumberLimitExceededException".
//
// A resource numerical limit was exceeded.
ErrCodeResourceNumberLimitExceededException = "ResourceNumberLimitExceededException"
// ErrCodeSchedulerNotRunningException for service response error code
// "SchedulerNotRunningException".
//
// The specified scheduler is not running.
ErrCodeSchedulerNotRunningException = "SchedulerNotRunningException"
// ErrCodeSchedulerRunningException for service response error code
// "SchedulerRunningException".
//
// The specified scheduler is already running.
ErrCodeSchedulerRunningException = "SchedulerRunningException"
// ErrCodeSchedulerTransitioningException for service response error code
// "SchedulerTransitioningException".
//
// The specified scheduler is transitioning.
ErrCodeSchedulerTransitioningException = "SchedulerTransitioningException"
// ErrCodeValidationException for service response error code
// "ValidationException".
//
// A value could not be validated.
ErrCodeValidationException = "ValidationException"
// ErrCodeVersionMismatchException for service response error code
// "VersionMismatchException".
//
// There was a version conflict.
ErrCodeVersionMismatchException = "VersionMismatchException"
)