1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package elbv2
4
5const (
6
7	// ErrCodeAllocationIdNotFoundException for service response error code
8	// "AllocationIdNotFound".
9	//
10	// The specified allocation ID does not exist.
11	ErrCodeAllocationIdNotFoundException = "AllocationIdNotFound"
12
13	// ErrCodeAvailabilityZoneNotSupportedException for service response error code
14	// "AvailabilityZoneNotSupported".
15	//
16	// The specified Availability Zone is not supported.
17	ErrCodeAvailabilityZoneNotSupportedException = "AvailabilityZoneNotSupported"
18
19	// ErrCodeCertificateNotFoundException for service response error code
20	// "CertificateNotFound".
21	//
22	// The specified certificate does not exist.
23	ErrCodeCertificateNotFoundException = "CertificateNotFound"
24
25	// ErrCodeDuplicateListenerException for service response error code
26	// "DuplicateListener".
27	//
28	// A listener with the specified port already exists.
29	ErrCodeDuplicateListenerException = "DuplicateListener"
30
31	// ErrCodeDuplicateLoadBalancerNameException for service response error code
32	// "DuplicateLoadBalancerName".
33	//
34	// A load balancer with the specified name already exists.
35	ErrCodeDuplicateLoadBalancerNameException = "DuplicateLoadBalancerName"
36
37	// ErrCodeDuplicateTagKeysException for service response error code
38	// "DuplicateTagKeys".
39	//
40	// A tag key was specified more than once.
41	ErrCodeDuplicateTagKeysException = "DuplicateTagKeys"
42
43	// ErrCodeDuplicateTargetGroupNameException for service response error code
44	// "DuplicateTargetGroupName".
45	//
46	// A target group with the specified name already exists.
47	ErrCodeDuplicateTargetGroupNameException = "DuplicateTargetGroupName"
48
49	// ErrCodeHealthUnavailableException for service response error code
50	// "HealthUnavailable".
51	//
52	// The health of the specified targets could not be retrieved due to an internal
53	// error.
54	ErrCodeHealthUnavailableException = "HealthUnavailable"
55
56	// ErrCodeIncompatibleProtocolsException for service response error code
57	// "IncompatibleProtocols".
58	//
59	// The specified configuration is not valid with this protocol.
60	ErrCodeIncompatibleProtocolsException = "IncompatibleProtocols"
61
62	// ErrCodeInvalidConfigurationRequestException for service response error code
63	// "InvalidConfigurationRequest".
64	//
65	// The requested configuration is not valid.
66	ErrCodeInvalidConfigurationRequestException = "InvalidConfigurationRequest"
67
68	// ErrCodeInvalidSchemeException for service response error code
69	// "InvalidScheme".
70	//
71	// The requested scheme is not valid.
72	ErrCodeInvalidSchemeException = "InvalidScheme"
73
74	// ErrCodeInvalidSecurityGroupException for service response error code
75	// "InvalidSecurityGroup".
76	//
77	// The specified security group does not exist.
78	ErrCodeInvalidSecurityGroupException = "InvalidSecurityGroup"
79
80	// ErrCodeInvalidSubnetException for service response error code
81	// "InvalidSubnet".
82	//
83	// The specified subnet is out of available addresses.
84	ErrCodeInvalidSubnetException = "InvalidSubnet"
85
86	// ErrCodeInvalidTargetException for service response error code
87	// "InvalidTarget".
88	//
89	// The specified target does not exist or is not in the same VPC as the target
90	// group.
91	ErrCodeInvalidTargetException = "InvalidTarget"
92
93	// ErrCodeListenerNotFoundException for service response error code
94	// "ListenerNotFound".
95	//
96	// The specified listener does not exist.
97	ErrCodeListenerNotFoundException = "ListenerNotFound"
98
99	// ErrCodeLoadBalancerNotFoundException for service response error code
100	// "LoadBalancerNotFound".
101	//
102	// The specified load balancer does not exist.
103	ErrCodeLoadBalancerNotFoundException = "LoadBalancerNotFound"
104
105	// ErrCodeOperationNotPermittedException for service response error code
106	// "OperationNotPermitted".
107	//
108	// This operation is not allowed.
109	ErrCodeOperationNotPermittedException = "OperationNotPermitted"
110
111	// ErrCodePriorityInUseException for service response error code
112	// "PriorityInUse".
113	//
114	// The specified priority is in use.
115	ErrCodePriorityInUseException = "PriorityInUse"
116
117	// ErrCodeResourceInUseException for service response error code
118	// "ResourceInUse".
119	//
120	// A specified resource is in use.
121	ErrCodeResourceInUseException = "ResourceInUse"
122
123	// ErrCodeRuleNotFoundException for service response error code
124	// "RuleNotFound".
125	//
126	// The specified rule does not exist.
127	ErrCodeRuleNotFoundException = "RuleNotFound"
128
129	// ErrCodeSSLPolicyNotFoundException for service response error code
130	// "SSLPolicyNotFound".
131	//
132	// The specified SSL policy does not exist.
133	ErrCodeSSLPolicyNotFoundException = "SSLPolicyNotFound"
134
135	// ErrCodeSubnetNotFoundException for service response error code
136	// "SubnetNotFound".
137	//
138	// The specified subnet does not exist.
139	ErrCodeSubnetNotFoundException = "SubnetNotFound"
140
141	// ErrCodeTargetGroupAssociationLimitException for service response error code
142	// "TargetGroupAssociationLimit".
143	//
144	// You've reached the limit on the number of load balancers per target group.
145	ErrCodeTargetGroupAssociationLimitException = "TargetGroupAssociationLimit"
146
147	// ErrCodeTargetGroupNotFoundException for service response error code
148	// "TargetGroupNotFound".
149	//
150	// The specified target group does not exist.
151	ErrCodeTargetGroupNotFoundException = "TargetGroupNotFound"
152
153	// ErrCodeTooManyCertificatesException for service response error code
154	// "TooManyCertificates".
155	//
156	// You've reached the limit on the number of certificates per listener.
157	ErrCodeTooManyCertificatesException = "TooManyCertificates"
158
159	// ErrCodeTooManyListenersException for service response error code
160	// "TooManyListeners".
161	//
162	// You've reached the limit on the number of listeners per load balancer.
163	ErrCodeTooManyListenersException = "TooManyListeners"
164
165	// ErrCodeTooManyLoadBalancersException for service response error code
166	// "TooManyLoadBalancers".
167	//
168	// You've reached the limit on the number of load balancers for your AWS account.
169	ErrCodeTooManyLoadBalancersException = "TooManyLoadBalancers"
170
171	// ErrCodeTooManyRegistrationsForTargetIdException for service response error code
172	// "TooManyRegistrationsForTargetId".
173	//
174	// You've reached the limit on the number of times a target can be registered
175	// with a load balancer.
176	ErrCodeTooManyRegistrationsForTargetIdException = "TooManyRegistrationsForTargetId"
177
178	// ErrCodeTooManyRulesException for service response error code
179	// "TooManyRules".
180	//
181	// You've reached the limit on the number of rules per load balancer.
182	ErrCodeTooManyRulesException = "TooManyRules"
183
184	// ErrCodeTooManyTagsException for service response error code
185	// "TooManyTags".
186	//
187	// You've reached the limit on the number of tags per load balancer.
188	ErrCodeTooManyTagsException = "TooManyTags"
189
190	// ErrCodeTooManyTargetGroupsException for service response error code
191	// "TooManyTargetGroups".
192	//
193	// You've reached the limit on the number of target groups for your AWS account.
194	ErrCodeTooManyTargetGroupsException = "TooManyTargetGroups"
195
196	// ErrCodeTooManyTargetsException for service response error code
197	// "TooManyTargets".
198	//
199	// You've reached the limit on the number of targets.
200	ErrCodeTooManyTargetsException = "TooManyTargets"
201
202	// ErrCodeUnsupportedProtocolException for service response error code
203	// "UnsupportedProtocol".
204	//
205	// The specified protocol is not supported.
206	ErrCodeUnsupportedProtocolException = "UnsupportedProtocol"
207)
208