Class EntityResolutionException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\EntityResolution\Exception\EntityResolutionException
- Namespace: Aws\EntityResolution\Exception
- Located at EntityResolution/Exception/EntityResolutionException.php
Represents an error interacting with the AWS EntityResolution 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
You do not have sufficient access to perform this action. HTTP Status Code: 403
Members
- message
-
- Type: string
ConflictException
[ 'message' => '<string>', ]
Description
The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
Members
- message
-
- Type: string
ExceedsLimitException
[ 'message' => '<string>', 'quotaName' => '<string>', 'quotaValue' => <integer>, ]
Description
The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. HTTP Status Code: 402
Members
- message
-
- Type: string
- quotaName
-
- Type: string
The name of the quota that has been breached.
- quotaValue
-
- Type: int
The current quota value for the customers.
InternalServerException
[ 'message' => '<string>', ]
Description
This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The resource could not be found. HTTP Status Code: 404
Members
- message
-
- Type: string
ThrottlingException
[ 'message' => '<string>', ]
Description
The request was denied due to request throttling. HTTP Status Code: 429
Members
- message
-
- Type: string
ValidationException
[ 'message' => '<string>', ]
Description
The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
Members
- message
-
- Type: string