1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package glue
4
5const (
6
7	// ErrCodeAccessDeniedException for service response error code
8	// "AccessDeniedException".
9	//
10	// Access to a resource was denied.
11	ErrCodeAccessDeniedException = "AccessDeniedException"
12
13	// ErrCodeAlreadyExistsException for service response error code
14	// "AlreadyExistsException".
15	//
16	// A resource to be created or added already exists.
17	ErrCodeAlreadyExistsException = "AlreadyExistsException"
18
19	// ErrCodeConcurrentModificationException for service response error code
20	// "ConcurrentModificationException".
21	//
22	// Two processes are trying to modify a resource simultaneously.
23	ErrCodeConcurrentModificationException = "ConcurrentModificationException"
24
25	// ErrCodeConcurrentRunsExceededException for service response error code
26	// "ConcurrentRunsExceededException".
27	//
28	// Too many jobs are being run concurrently.
29	ErrCodeConcurrentRunsExceededException = "ConcurrentRunsExceededException"
30
31	// ErrCodeConditionCheckFailureException for service response error code
32	// "ConditionCheckFailureException".
33	//
34	// A specified condition was not satisfied.
35	ErrCodeConditionCheckFailureException = "ConditionCheckFailureException"
36
37	// ErrCodeCrawlerNotRunningException for service response error code
38	// "CrawlerNotRunningException".
39	//
40	// The specified crawler is not running.
41	ErrCodeCrawlerNotRunningException = "CrawlerNotRunningException"
42
43	// ErrCodeCrawlerRunningException for service response error code
44	// "CrawlerRunningException".
45	//
46	// The operation cannot be performed because the crawler is already running.
47	ErrCodeCrawlerRunningException = "CrawlerRunningException"
48
49	// ErrCodeCrawlerStoppingException for service response error code
50	// "CrawlerStoppingException".
51	//
52	// The specified crawler is stopping.
53	ErrCodeCrawlerStoppingException = "CrawlerStoppingException"
54
55	// ErrCodeEncryptionException for service response error code
56	// "GlueEncryptionException".
57	//
58	// An encryption operation failed.
59	ErrCodeEncryptionException = "GlueEncryptionException"
60
61	// ErrCodeEntityNotFoundException for service response error code
62	// "EntityNotFoundException".
63	//
64	// A specified entity does not exist
65	ErrCodeEntityNotFoundException = "EntityNotFoundException"
66
67	// ErrCodeIdempotentParameterMismatchException for service response error code
68	// "IdempotentParameterMismatchException".
69	//
70	// The same unique identifier was associated with two different records.
71	ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException"
72
73	// ErrCodeInternalServiceException for service response error code
74	// "InternalServiceException".
75	//
76	// An internal service error occurred.
77	ErrCodeInternalServiceException = "InternalServiceException"
78
79	// ErrCodeInvalidInputException for service response error code
80	// "InvalidInputException".
81	//
82	// The input provided was not valid.
83	ErrCodeInvalidInputException = "InvalidInputException"
84
85	// ErrCodeMLTransformNotReadyException for service response error code
86	// "MLTransformNotReadyException".
87	//
88	// The machine learning transform is not ready to run.
89	ErrCodeMLTransformNotReadyException = "MLTransformNotReadyException"
90
91	// ErrCodeNoScheduleException for service response error code
92	// "NoScheduleException".
93	//
94	// There is no applicable schedule.
95	ErrCodeNoScheduleException = "NoScheduleException"
96
97	// ErrCodeOperationTimeoutException for service response error code
98	// "OperationTimeoutException".
99	//
100	// The operation timed out.
101	ErrCodeOperationTimeoutException = "OperationTimeoutException"
102
103	// ErrCodeResourceNumberLimitExceededException for service response error code
104	// "ResourceNumberLimitExceededException".
105	//
106	// A resource numerical limit was exceeded.
107	ErrCodeResourceNumberLimitExceededException = "ResourceNumberLimitExceededException"
108
109	// ErrCodeSchedulerNotRunningException for service response error code
110	// "SchedulerNotRunningException".
111	//
112	// The specified scheduler is not running.
113	ErrCodeSchedulerNotRunningException = "SchedulerNotRunningException"
114
115	// ErrCodeSchedulerRunningException for service response error code
116	// "SchedulerRunningException".
117	//
118	// The specified scheduler is already running.
119	ErrCodeSchedulerRunningException = "SchedulerRunningException"
120
121	// ErrCodeSchedulerTransitioningException for service response error code
122	// "SchedulerTransitioningException".
123	//
124	// The specified scheduler is transitioning.
125	ErrCodeSchedulerTransitioningException = "SchedulerTransitioningException"
126
127	// ErrCodeValidationException for service response error code
128	// "ValidationException".
129	//
130	// A value could not be validated.
131	ErrCodeValidationException = "ValidationException"
132
133	// ErrCodeVersionMismatchException for service response error code
134	// "VersionMismatchException".
135	//
136	// There was a version conflict.
137	ErrCodeVersionMismatchException = "VersionMismatchException"
138)
139