Namespace Aws\ElasticLoadBalancing\Exception
Exceptions summary
| AccessPointNotFoundException | The specified load balancer could not be found. |
| CertificateNotFoundException | The specified SSL ID does not refer to a valid SSL certificate in the AWS Identity and Access Management Service. |
| DuplicateAccessPointNameException | Load balancer name already exists for this account. Please choose another name. |
| DuplicateListenerException | A Listener already exists for the given LoadBalancerName and LoadBalancerPort, but with a different InstancePort, Protocol, or SSLCertificateId. |
| DuplicatePolicyNameException | Policy with the same name exists for this load balancer. Please choose another name. |
| ElasticLoadBalancingException | Default service exception class |
| InvalidConfigurationRequestException | Requested configuration change is invalid. |
| InvalidEndPointException | The specified EndPoint is not valid. |
| InvalidSchemeException | Invalid value for scheme. Scheme can only be specified for load balancers in VPC. |
| InvalidSecurityGroupException | One or more specified security groups do not exist. |
| InvalidSubnetException | The VPC has no Internet gateway. |
| ListenerNotFoundException | Load balancer does not have a listener configured at the given port. |
| LoadBalancerAttributeNotFoundException | The specified load balancer attribute could not be found. |
| PolicyNotFoundException | One or more specified policies were not found. |
| PolicyTypeNotFoundException | One or more of the specified policy types do not exist. |
| SubnetNotFoundException | One or more subnets were not found. |
| TooManyAccessPointsException | The quota for the number of load balancers has already been reached. |
| TooManyPoliciesException | Quota for number of policies for this load balancer has already been reached. |