Class MigrationHubConfigException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\MigrationHubConfig\Exception\MigrationHubConfigException
- Namespace: Aws\MigrationHubConfig\Exception
- Located at MigrationHubConfig/Exception/MigrationHubConfigException.php
Represents an error interacting with the AWS Migration Hub Config 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.
AccessDeniedException
[ 'Message' => '<string>', ]
Description
You do not have sufficient access to perform this action.
Members
- Message
-
- Type: string
DryRunOperation
[ 'Message' => '<string>', ]
Description
Exception raised to indicate that authorization of an action was successful, when the DryRun
flag is set to true.
Members
- Message
-
- Type: string
InternalServerError
[ 'Message' => '<string>', ]
Description
Exception raised when an internal, configuration, or dependency error is encountered.
Members
- Message
-
- Type: string
InvalidInputException
[ 'Message' => '<string>', ]
Description
Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
Members
- Message
-
- Type: string
ServiceUnavailableException
[ 'Message' => '<string>', ]
Description
Exception raised when a request fails due to temporary unavailability of the service.
Members
- Message
-
- Type: string
ThrottlingException
[ 'Message' => '<string>', 'RetryAfterSeconds' => <integer>, ]
Description
The request was denied due to request throttling.
Members
- Message
-
- Required: Yes
- Type: string
- RetryAfterSeconds
-
- Type: int
The number of seconds the caller should wait before retrying.