1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package iotjobsdataplane
4
5const (
6
7	// ErrCodeCertificateValidationException for service response error code
8	// "CertificateValidationException".
9	//
10	// The certificate is invalid.
11	ErrCodeCertificateValidationException = "CertificateValidationException"
12
13	// ErrCodeInvalidRequestException for service response error code
14	// "InvalidRequestException".
15	//
16	// The contents of the request were invalid. For example, this code is returned
17	// when an UpdateJobExecution request contains invalid status details. The message
18	// contains details about the error.
19	ErrCodeInvalidRequestException = "InvalidRequestException"
20
21	// ErrCodeInvalidStateTransitionException for service response error code
22	// "InvalidStateTransitionException".
23	//
24	// An update attempted to change the job execution to a state that is invalid
25	// because of the job execution's current state (for example, an attempt to
26	// change a request in state SUCCESS to state IN_PROGRESS). In this case, the
27	// body of the error message also contains the executionState field.
28	ErrCodeInvalidStateTransitionException = "InvalidStateTransitionException"
29
30	// ErrCodeResourceNotFoundException for service response error code
31	// "ResourceNotFoundException".
32	//
33	// The specified resource does not exist.
34	ErrCodeResourceNotFoundException = "ResourceNotFoundException"
35
36	// ErrCodeServiceUnavailableException for service response error code
37	// "ServiceUnavailableException".
38	//
39	// The service is temporarily unavailable.
40	ErrCodeServiceUnavailableException = "ServiceUnavailableException"
41
42	// ErrCodeTerminalStateException for service response error code
43	// "TerminalStateException".
44	//
45	// The job is in a terminal state.
46	ErrCodeTerminalStateException = "TerminalStateException"
47
48	// ErrCodeThrottlingException for service response error code
49	// "ThrottlingException".
50	//
51	// The rate exceeds the limit.
52	ErrCodeThrottlingException = "ThrottlingException"
53)
54