errors.go 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package elb
  3. const (
  4. // ErrCodeAccessPointNotFoundException for service response error code
  5. // "LoadBalancerNotFound".
  6. //
  7. // The specified load balancer does not exist.
  8. ErrCodeAccessPointNotFoundException = "LoadBalancerNotFound"
  9. // ErrCodeCertificateNotFoundException for service response error code
  10. // "CertificateNotFound".
  11. //
  12. // The specified ARN does not refer to a valid SSL certificate in AWS Identity
  13. // and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if
  14. // you recently uploaded the certificate to IAM, this error might indicate that
  15. // the certificate is not fully available yet.
  16. ErrCodeCertificateNotFoundException = "CertificateNotFound"
  17. // ErrCodeDependencyThrottleException for service response error code
  18. // "DependencyThrottle".
  19. //
  20. // A request made by Elastic Load Balancing to another service exceeds the maximum
  21. // request rate permitted for your account.
  22. ErrCodeDependencyThrottleException = "DependencyThrottle"
  23. // ErrCodeDuplicateAccessPointNameException for service response error code
  24. // "DuplicateLoadBalancerName".
  25. //
  26. // The specified load balancer name already exists for this account.
  27. ErrCodeDuplicateAccessPointNameException = "DuplicateLoadBalancerName"
  28. // ErrCodeDuplicateListenerException for service response error code
  29. // "DuplicateListener".
  30. //
  31. // A listener already exists for the specified load balancer name and port,
  32. // but with a different instance port, protocol, or SSL certificate.
  33. ErrCodeDuplicateListenerException = "DuplicateListener"
  34. // ErrCodeDuplicatePolicyNameException for service response error code
  35. // "DuplicatePolicyName".
  36. //
  37. // A policy with the specified name already exists for this load balancer.
  38. ErrCodeDuplicatePolicyNameException = "DuplicatePolicyName"
  39. // ErrCodeDuplicateTagKeysException for service response error code
  40. // "DuplicateTagKeys".
  41. //
  42. // A tag key was specified more than once.
  43. ErrCodeDuplicateTagKeysException = "DuplicateTagKeys"
  44. // ErrCodeInvalidConfigurationRequestException for service response error code
  45. // "InvalidConfigurationRequest".
  46. //
  47. // The requested configuration change is not valid.
  48. ErrCodeInvalidConfigurationRequestException = "InvalidConfigurationRequest"
  49. // ErrCodeInvalidEndPointException for service response error code
  50. // "InvalidInstance".
  51. //
  52. // The specified endpoint is not valid.
  53. ErrCodeInvalidEndPointException = "InvalidInstance"
  54. // ErrCodeInvalidSchemeException for service response error code
  55. // "InvalidScheme".
  56. //
  57. // The specified value for the schema is not valid. You can only specify a scheme
  58. // for load balancers in a VPC.
  59. ErrCodeInvalidSchemeException = "InvalidScheme"
  60. // ErrCodeInvalidSecurityGroupException for service response error code
  61. // "InvalidSecurityGroup".
  62. //
  63. // One or more of the specified security groups do not exist.
  64. ErrCodeInvalidSecurityGroupException = "InvalidSecurityGroup"
  65. // ErrCodeInvalidSubnetException for service response error code
  66. // "InvalidSubnet".
  67. //
  68. // The specified VPC has no associated Internet gateway.
  69. ErrCodeInvalidSubnetException = "InvalidSubnet"
  70. // ErrCodeListenerNotFoundException for service response error code
  71. // "ListenerNotFound".
  72. //
  73. // The load balancer does not have a listener configured at the specified port.
  74. ErrCodeListenerNotFoundException = "ListenerNotFound"
  75. // ErrCodeLoadBalancerAttributeNotFoundException for service response error code
  76. // "LoadBalancerAttributeNotFound".
  77. //
  78. // The specified load balancer attribute does not exist.
  79. ErrCodeLoadBalancerAttributeNotFoundException = "LoadBalancerAttributeNotFound"
  80. // ErrCodeOperationNotPermittedException for service response error code
  81. // "OperationNotPermitted".
  82. //
  83. // This operation is not allowed.
  84. ErrCodeOperationNotPermittedException = "OperationNotPermitted"
  85. // ErrCodePolicyNotFoundException for service response error code
  86. // "PolicyNotFound".
  87. //
  88. // One or more of the specified policies do not exist.
  89. ErrCodePolicyNotFoundException = "PolicyNotFound"
  90. // ErrCodePolicyTypeNotFoundException for service response error code
  91. // "PolicyTypeNotFound".
  92. //
  93. // One or more of the specified policy types do not exist.
  94. ErrCodePolicyTypeNotFoundException = "PolicyTypeNotFound"
  95. // ErrCodeSubnetNotFoundException for service response error code
  96. // "SubnetNotFound".
  97. //
  98. // One or more of the specified subnets do not exist.
  99. ErrCodeSubnetNotFoundException = "SubnetNotFound"
  100. // ErrCodeTooManyAccessPointsException for service response error code
  101. // "TooManyLoadBalancers".
  102. //
  103. // The quota for the number of load balancers has been reached.
  104. ErrCodeTooManyAccessPointsException = "TooManyLoadBalancers"
  105. // ErrCodeTooManyPoliciesException for service response error code
  106. // "TooManyPolicies".
  107. //
  108. // The quota for the number of policies for this load balancer has been reached.
  109. ErrCodeTooManyPoliciesException = "TooManyPolicies"
  110. // ErrCodeTooManyTagsException for service response error code
  111. // "TooManyTags".
  112. //
  113. // The quota for the number of tags that can be assigned to a load balancer
  114. // has been reached.
  115. ErrCodeTooManyTagsException = "TooManyTags"
  116. // ErrCodeUnsupportedProtocolException for service response error code
  117. // "UnsupportedProtocol".
  118. //
  119. // The specified protocol or signature version is not supported.
  120. ErrCodeUnsupportedProtocolException = "UnsupportedProtocol"
  121. )