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