Class MigrationHubRefactorSpacesException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\MigrationHubRefactorSpaces\Exception\MigrationHubRefactorSpacesException
- Namespace: Aws\MigrationHubRefactorSpaces\Exception
- Located at MigrationHubRefactorSpaces/Exception/MigrationHubRefactorSpacesException.php
Represents an error interacting with the AWS Migration Hub Refactor Spaces 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
AccessDeniedException
[ 'Message' => '<string>', ]
Description
The user does not have sufficient access to perform this action.
Members
ConflictException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]
Description
Updating or deleting a resource can cause an inconsistent state.
Members
InternalServerException
[ 'Message' => '<string>', ]
Description
An unexpected error occurred while processing the request.
Members
InvalidResourcePolicyException
[ 'Message' => '<string>', ]
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]
Description
The request references a resource that does not exist.
Members
ServiceQuotaExceededException
[ 'Message' => '<string>', 'QuotaCode' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', 'ServiceCode' => '<string>', ]
Description
The request would cause a service quota to be exceeded.
Members
- Message
-
- Required: Yes
- Type: string
- QuotaCode
-
- Type: string
Service quota requirement to identify originating quota. Reached throttling quota exception.
- ResourceId
-
- Required: Yes
- Type: string
The ID of the resource.
- ResourceType
-
- Required: Yes
- Type: string
The type of resource.
- ServiceCode
-
- Required: Yes
- Type: string
Service quota requirement to identify originating service. Reached throttling quota exception service code.
ThrottlingException
[ 'Message' => '<string>', 'QuotaCode' => '<string>', 'RetryAfterSeconds' => <integer>, 'ServiceCode' => '<string>', ]
Description
Request was denied because the request was throttled.
Members
- Message
-
- Required: Yes
- Type: string
- QuotaCode
-
- Type: string
Service quota requirement to identify originating quota. Reached throttling quota exception.
- RetryAfterSeconds
-
- Type: int
The number of seconds to wait before retrying.
- ServiceCode
-
- Type: string
Service quota requirement to identify originating service. Reached throttling quota exception service code.
ValidationException
[ 'Message' => '<string>', ]