Class ApplicationAutoScalingException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ApplicationAutoScaling\Exception\ApplicationAutoScalingException
- Namespace: Aws\ApplicationAutoScaling\Exception
- Located at ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
Represents an error interacting with the Application Auto Scaling 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
ConcurrentUpdateException
[ 'Message' => '<string>', ]
Description
Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
Members
- Message
-
- Type: string
FailedResourceAccessException
[ 'Message' => '<string>', ]
Description
Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have permission to call the CloudWatch DescribeAlarms on your behalf.
Members
- Message
-
- Type: string
InternalServiceException
[ 'Message' => '<string>', ]
Description
The service encountered an internal error.
Members
- Message
-
- Type: string
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
The next token supplied was invalid.
Members
- Message
-
- Type: string
LimitExceededException
[ 'Message' => '<string>', ]
Description
A per-account resource limit is exceeded. For more information, see Application Auto Scaling service quotas.
Members
- Message
-
- Type: string
ObjectNotFoundException
[ 'Message' => '<string>', ]
Description
The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
Members
- Message
-
- Type: string
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceName' => '<string>', ]
Description
The specified resource doesn't exist.
Members
- Message
-
- Type: string
- ResourceName
-
- Type: string
The name of the Application Auto Scaling resource. This value is an Amazon Resource Name (ARN).
TooManyTagsException
[ 'Message' => '<string>', 'ResourceName' => '<string>', ]
Description
The request contains too many tags. Try the request again with fewer tags.
Members
- Message
-
- Type: string
- ResourceName
-
- Type: string
The name of the Application Auto Scaling resource. This value is an Amazon Resource Name (ARN).
ValidationException
[ 'Message' => '<string>', ]
Description
An exception was thrown for a validation issue. Review the available parameters for the API request.
Members
- Message
-
- Type: string