1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package snowball
4
5const (
6
7	// ErrCodeClusterLimitExceededException for service response error code
8	// "ClusterLimitExceededException".
9	//
10	// Job creation failed. Currently, clusters support five nodes. If you have
11	// less than five nodes for your cluster and you have more nodes to create for
12	// this cluster, try again and create jobs until your cluster has exactly five
13	// notes.
14	ErrCodeClusterLimitExceededException = "ClusterLimitExceededException"
15
16	// ErrCodeInvalidAddressException for service response error code
17	// "InvalidAddressException".
18	//
19	// The address provided was invalid. Check the address with your region's carrier,
20	// and try again.
21	ErrCodeInvalidAddressException = "InvalidAddressException"
22
23	// ErrCodeInvalidInputCombinationException for service response error code
24	// "InvalidInputCombinationException".
25	//
26	// Job or cluster creation failed. One ore more inputs were invalid. Confirm
27	// that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType,
28	// and try again.
29	ErrCodeInvalidInputCombinationException = "InvalidInputCombinationException"
30
31	// ErrCodeInvalidJobStateException for service response error code
32	// "InvalidJobStateException".
33	//
34	// The action can't be performed because the job's current state doesn't allow
35	// that action to be performed.
36	ErrCodeInvalidJobStateException = "InvalidJobStateException"
37
38	// ErrCodeInvalidNextTokenException for service response error code
39	// "InvalidNextTokenException".
40	//
41	// The NextToken string was altered unexpectedly, and the operation has stopped.
42	// Run the operation without changing the NextToken string, and try again.
43	ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
44
45	// ErrCodeInvalidResourceException for service response error code
46	// "InvalidResourceException".
47	//
48	// The specified resource can't be found. Check the information you provided
49	// in your last request, and try again.
50	ErrCodeInvalidResourceException = "InvalidResourceException"
51
52	// ErrCodeKMSRequestFailedException for service response error code
53	// "KMSRequestFailedException".
54	//
55	// The provided AWS Key Management Service key lacks the permissions to perform
56	// the specified CreateJob or UpdateJob action.
57	ErrCodeKMSRequestFailedException = "KMSRequestFailedException"
58
59	// ErrCodeUnsupportedAddressException for service response error code
60	// "UnsupportedAddressException".
61	//
62	// The address is either outside the serviceable area for your region, or an
63	// error occurred. Check the address with your region's carrier and try again.
64	// If the issue persists, contact AWS Support.
65	ErrCodeUnsupportedAddressException = "UnsupportedAddressException"
66)
67