Class ApplicationDiscoveryServiceException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ApplicationDiscoveryService\Exception\ApplicationDiscoveryServiceException
- Namespace: Aws\ApplicationDiscoveryService\Exception
- Located at ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
Represents an error interacting with the AWS Application Discovery Service 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
AuthorizationErrorException
[ 'message' => '<string>', ]
Description
The user does not have permission to perform the action. Check the IAM policy associated with this user.
Members
- message
-
- Type: string
ConflictErrorException
[ 'message' => '<string>', ]
Description
Members
- message
-
- Type: string
HomeRegionNotSetException
[ 'message' => '<string>', ]
Description
The home Region is not set. Set the home Region to continue.
Members
- message
-
- Type: string
InvalidParameterException
[ 'message' => '<string>', ]
Description
One or more parameters are not valid. Verify the parameters and try again.
Members
- message
-
- Type: string
InvalidParameterValueException
[ 'message' => '<string>', ]
Description
The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
Members
- message
-
- Type: string
OperationNotPermittedException
[ 'message' => '<string>', ]
Description
This operation is not permitted.
Members
- message
-
- Type: string
ResourceInUseException
[ 'message' => '<string>', ]
Description
This issue occurs when the same clientRequestToken
is used with the StartImportTask
action, but with different parameters. For example, you use the same request token but have two different import URLs, you can encounter this issue. If the import tasks are meant to be different, use a different clientRequestToken
, and try again.
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The specified configuration ID was not located. Verify the configuration ID and try again.
Members
- message
-
- Type: string
ServerInternalErrorException
[ 'message' => '<string>', ]
Description
The server experienced an internal error. Try again.
Members
- message
-
- Type: string