Class ElasticLoadBalancingException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ElasticLoadBalancing\Exception\ElasticLoadBalancingException
- Namespace: Aws\ElasticLoadBalancing\Exception
- Located at ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
Represents an error interacting with the Elastic Load Balancing service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
AccessPointNotFoundException
[ ]
Description
The specified load balancer does not exist.
Members
CertificateNotFoundException
[ ]
Description
The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
Members
DependencyThrottleException
[ ]
Description
A request made by Elastic Load Balancing to another service exceeds the maximum request rate permitted for your account.
Members
DuplicateAccessPointNameException
[ ]
Description
The specified load balancer name already exists for this account.
Members
DuplicateListenerException
[ ]
Description
A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.
Members
DuplicatePolicyNameException
[ ]
Description
A policy with the specified name already exists for this load balancer.
Members
DuplicateTagKeysException
[ ]
Description
A tag key was specified more than once.
Members
InvalidConfigurationRequestException
[ ]
Description
The requested configuration change is not valid.
Members
InvalidEndPointException
[ ]
Description
The specified endpoint is not valid.
Members
InvalidSchemeException
[ ]
Description
The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.
Members
InvalidSecurityGroupException
[ ]
Description
One or more of the specified security groups do not exist.
Members
InvalidSubnetException
[ ]
Description
The specified VPC has no associated Internet gateway.
Members
ListenerNotFoundException
[ ]
Description
The load balancer does not have a listener configured at the specified port.
Members
LoadBalancerAttributeNotFoundException
[ ]
Description
The specified load balancer attribute does not exist.
Members
OperationNotPermittedException
[ ]
Description
This operation is not allowed.
Members
PolicyNotFoundException
[ ]
Description
One or more of the specified policies do not exist.
Members
PolicyTypeNotFoundException
[ ]
Description
One or more of the specified policy types do not exist.
Members
SubnetNotFoundException
[ ]
Description
One or more of the specified subnets do not exist.
Members
TooManyAccessPointsException
[ ]
Description
The quota for the number of load balancers has been reached.
Members
TooManyPoliciesException
[ ]
Description
The quota for the number of policies for this load balancer has been reached.
Members
TooManyTagsException
[ ]
Description
The quota for the number of tags that can be assigned to a load balancer has been reached.
Members
UnsupportedProtocolException
[ ]
Description
The specified protocol or signature version is not supported.