Class MachineLearningException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\MachineLearning\Exception\MachineLearningException
- Namespace: Aws\MachineLearning\Exception
- Located at MachineLearning/Exception/MachineLearningException.php
Amazon Machine Learning exception.
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.
IdempotentParameterMismatchException
[ 'code' => <integer>, 'message' => '<string>', ]
Description
A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
Members
InternalServerException
[ 'code' => <integer>, 'message' => '<string>', ]
Description
An error on the server occurred when trying to process a request.
Members
InvalidInputException
[ 'code' => <integer>, 'message' => '<string>', ]
Description
An error on the client occurred. Typically, the cause is an invalid input value.
Members
InvalidTagException
[ 'message' => '<string>', ]
LimitExceededException
[ 'code' => <integer>, 'message' => '<string>', ]
Description
The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource
.
Members
PredictorNotMountedException
[ 'message' => '<string>', ]
Description
The exception is thrown when a predict request is made to an unmounted MLModel
.
Members
ResourceNotFoundException
[ 'code' => <integer>, 'message' => '<string>', ]
TagLimitExceededException
[ 'message' => '<string>', ]