forked from aws/aws-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
errors.go
160 lines (133 loc) · 6.01 KB
/
errors.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package dax
const (
// ErrCodeClusterAlreadyExistsFault for service response error code
// "ClusterAlreadyExistsFault".
//
// You already have a DAX cluster with the given identifier.
ErrCodeClusterAlreadyExistsFault = "ClusterAlreadyExistsFault"
// ErrCodeClusterNotFoundFault for service response error code
// "ClusterNotFoundFault".
//
// The requested cluster ID does not refer to an existing DAX cluster.
ErrCodeClusterNotFoundFault = "ClusterNotFoundFault"
// ErrCodeClusterQuotaForCustomerExceededFault for service response error code
// "ClusterQuotaForCustomerExceededFault".
//
// You have attempted to exceed the maximum number of DAX clusters for your
// AWS account.
ErrCodeClusterQuotaForCustomerExceededFault = "ClusterQuotaForCustomerExceededFault"
// ErrCodeInsufficientClusterCapacityFault for service response error code
// "InsufficientClusterCapacityFault".
//
// There are not enough system resources to create the cluster you requested
// (or to resize an already-existing cluster).
ErrCodeInsufficientClusterCapacityFault = "InsufficientClusterCapacityFault"
// ErrCodeInvalidARNFault for service response error code
// "InvalidARNFault".
//
// The Amazon Resource Name (ARN) supplied in the request is not valid.
ErrCodeInvalidARNFault = "InvalidARNFault"
// ErrCodeInvalidClusterStateFault for service response error code
// "InvalidClusterStateFault".
//
// The requested DAX cluster is not in the available state.
ErrCodeInvalidClusterStateFault = "InvalidClusterStateFault"
// ErrCodeInvalidParameterCombinationException for service response error code
// "InvalidParameterCombinationException".
//
// Two or more incompatible parameters were specified.
ErrCodeInvalidParameterCombinationException = "InvalidParameterCombinationException"
// ErrCodeInvalidParameterGroupStateFault for service response error code
// "InvalidParameterGroupStateFault".
//
// One or more parameters in a parameter group are in an invalid state.
ErrCodeInvalidParameterGroupStateFault = "InvalidParameterGroupStateFault"
// ErrCodeInvalidParameterValueException for service response error code
// "InvalidParameterValueException".
//
// The value for a parameter is invalid.
ErrCodeInvalidParameterValueException = "InvalidParameterValueException"
// ErrCodeInvalidSubnet for service response error code
// "InvalidSubnet".
//
// An invalid subnet identifier was specified.
ErrCodeInvalidSubnet = "InvalidSubnet"
// ErrCodeInvalidVPCNetworkStateFault for service response error code
// "InvalidVPCNetworkStateFault".
//
// The VPC network is in an invalid state.
ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"
// ErrCodeNodeNotFoundFault for service response error code
// "NodeNotFoundFault".
//
// None of the nodes in the cluster have the given node ID.
ErrCodeNodeNotFoundFault = "NodeNotFoundFault"
// ErrCodeNodeQuotaForClusterExceededFault for service response error code
// "NodeQuotaForClusterExceededFault".
//
// You have attempted to exceed the maximum number of nodes for a DAX cluster.
ErrCodeNodeQuotaForClusterExceededFault = "NodeQuotaForClusterExceededFault"
// ErrCodeNodeQuotaForCustomerExceededFault for service response error code
// "NodeQuotaForCustomerExceededFault".
//
// You have attempted to exceed the maximum number of nodes for your AWS account.
ErrCodeNodeQuotaForCustomerExceededFault = "NodeQuotaForCustomerExceededFault"
// ErrCodeParameterGroupAlreadyExistsFault for service response error code
// "ParameterGroupAlreadyExistsFault".
//
// The specified parameter group already exists.
ErrCodeParameterGroupAlreadyExistsFault = "ParameterGroupAlreadyExistsFault"
// ErrCodeParameterGroupNotFoundFault for service response error code
// "ParameterGroupNotFoundFault".
//
// The specified parameter group does not exist.
ErrCodeParameterGroupNotFoundFault = "ParameterGroupNotFoundFault"
// ErrCodeParameterGroupQuotaExceededFault for service response error code
// "ParameterGroupQuotaExceededFault".
//
// You have attempted to exceed the maximum number of parameter groups.
ErrCodeParameterGroupQuotaExceededFault = "ParameterGroupQuotaExceededFault"
// ErrCodeSubnetGroupAlreadyExistsFault for service response error code
// "SubnetGroupAlreadyExistsFault".
//
// The specified subnet group already exists.
ErrCodeSubnetGroupAlreadyExistsFault = "SubnetGroupAlreadyExistsFault"
// ErrCodeSubnetGroupInUseFault for service response error code
// "SubnetGroupInUseFault".
//
// The specified subnet group is currently in use.
ErrCodeSubnetGroupInUseFault = "SubnetGroupInUseFault"
// ErrCodeSubnetGroupNotFoundFault for service response error code
// "SubnetGroupNotFoundFault".
//
// The requested subnet group name does not refer to an existing subnet group.
ErrCodeSubnetGroupNotFoundFault = "SubnetGroupNotFoundFault"
// ErrCodeSubnetGroupQuotaExceededFault for service response error code
// "SubnetGroupQuotaExceededFault".
//
// The request cannot be processed because it would exceed the allowed number
// of subnets in a subnet group.
ErrCodeSubnetGroupQuotaExceededFault = "SubnetGroupQuotaExceededFault"
// ErrCodeSubnetInUse for service response error code
// "SubnetInUse".
//
// The requested subnet is being used by another subnet group.
ErrCodeSubnetInUse = "SubnetInUse"
// ErrCodeSubnetQuotaExceededFault for service response error code
// "SubnetQuotaExceededFault".
//
// The request cannot be processed because it would exceed the allowed number
// of subnets in a subnet group.
ErrCodeSubnetQuotaExceededFault = "SubnetQuotaExceededFault"
// ErrCodeTagNotFoundFault for service response error code
// "TagNotFoundFault".
//
// The tag does not exist.
ErrCodeTagNotFoundFault = "TagNotFoundFault"
// ErrCodeTagQuotaPerResourceExceeded for service response error code
// "TagQuotaPerResourceExceeded".
//
// You have exceeded the maximum number of tags for this DAX cluster.
ErrCodeTagQuotaPerResourceExceeded = "TagQuotaPerResourceExceeded"
)