Class FraudDetectorException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\FraudDetector\Exception\FraudDetectorException
- Namespace: Aws\FraudDetector\Exception
- Located at FraudDetector/Exception/FraudDetectorException.php
Represents an error interacting with the Amazon Fraud Detector 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
An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as PutExternalModel
, that specifies a role that is not in your account.
Members
- message
-
- Required: Yes
- Type: string
ConflictException
[ 'message' => '<string>', ]
Description
An exception indicating there was a conflict during a delete operation.
Members
- message
-
- Required: Yes
- Type: string
InternalServerException
[ 'message' => '<string>', ]
Description
An exception indicating an internal server error.
Members
- message
-
- Required: Yes
- Type: string
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
An exception indicating the specified resource was not found.
Members
- message
-
- Required: Yes
- Type: string
ResourceUnavailableException
[ 'message' => '<string>', ]
Description
An exception indicating that the attached customer-owned (external) model threw an exception when Amazon Fraud Detector invoked the model.
Members
- message
-
- Type: string
ThrottlingException
[ 'message' => '<string>', ]
Description
An exception indicating a throttling error.
Members
- message
-
- Required: Yes
- Type: string
ValidationException
[ 'message' => '<string>', ]
Description
An exception indicating a specified value is not allowed.
Members
- message
-
- Required: Yes
- Type: string