Class GlobalAcceleratorException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\GlobalAccelerator\Exception\GlobalAcceleratorException
- Namespace: Aws\GlobalAccelerator\Exception
- Located at GlobalAccelerator/Exception/GlobalAcceleratorException.php
Represents an error interacting with the AWS Global Accelerator 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AcceleratorNotDisabledException
[ 'Message' => '<string>', ]
AcceleratorNotFoundException
[ 'Message' => '<string>', ]
AccessDeniedException
[ 'Message' => '<string>', ]
AssociatedEndpointGroupFoundException
[ 'Message' => '<string>', ]
Description
The listener that you specified has an endpoint group associated with it. You must remove all dependent resources from a listener before you can delete it.
Members
AssociatedListenerFoundException
[ 'Message' => '<string>', ]
Description
The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an accelerator before you can delete it.
Members
ByoipCidrNotFoundException
[ 'Message' => '<string>', ]
ConflictException
[ 'Message' => '<string>', ]
EndpointAlreadyExistsException
[ 'Message' => '<string>', ]
EndpointGroupAlreadyExistsException
[ 'Message' => '<string>', ]
EndpointGroupNotFoundException
[ 'Message' => '<string>', ]
EndpointNotFoundException
[ 'Message' => '<string>', ]
IncorrectCidrStateException
[ 'Message' => '<string>', ]
Description
The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be incorrect for this action.
Members
InternalServiceErrorException
[ 'Message' => '<string>', ]
InvalidArgumentException
[ 'Message' => '<string>', ]
InvalidNextTokenException
[ 'Message' => '<string>', ]
InvalidPortRangeException
[ 'Message' => '<string>', ]
Description
The port numbers that you specified are not valid numbers or are not unique for this accelerator.
Members
LimitExceededException
[ 'Message' => '<string>', ]
Description
Processing your request would cause you to exceed an Global Accelerator limit.
Members
ListenerNotFoundException
[ 'Message' => '<string>', ]
TransactionInProgressException
[ 'Message' => '<string>', ]