errors.go 8.1 KB

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