Class AutoScalingPlansException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\AutoScalingPlans\Exception\AutoScalingPlansException
- Namespace: Aws\AutoScalingPlans\Exception
- Located at AutoScalingPlans/Exception/AutoScalingPlansException.php
Represents an error interacting with the AWS Auto Scaling Plans 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.
ConcurrentUpdateException
[ 'Message' => '<string>', ]
Description
Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.
Members
- Message
-
- Type: string
InternalServiceException
[ 'Message' => '<string>', ]
Description
The service encountered an internal error.
Members
- Message
-
- Type: string
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
The token provided is not valid.
Members
- Message
-
- Type: string
LimitExceededException
[ 'Message' => '<string>', ]
Description
Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded.
Members
- Message
-
- Type: string
ObjectNotFoundException
[ 'Message' => '<string>', ]
Description
The specified object could not be found.
Members
- Message
-
- Type: string
ValidationException
[ 'Message' => '<string>', ]
Description
An exception was thrown for a validation issue. Review the parameters provided.
Members
- Message
-
- Type: string