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
- code
-
- Type: int
- message
-
- Type: string
InternalServerException
[ 'code' => <integer>, 'message' => '<string>', ]
Description
An error on the server occurred when trying to process a request.
Members
- code
-
- Type: int
- message
-
- Type: string
InvalidInputException
[ 'code' => <integer>, 'message' => '<string>', ]
Description
An error on the client occurred. Typically, the cause is an invalid input value.
Members
- code
-
- Type: int
- message
-
- Type: string
InvalidTagException
[ 'message' => '<string>', ]
Members
- message
-
- Type: 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
- code
-
- Type: int
- message
-
- Type: string
PredictorNotMountedException
[ 'message' => '<string>', ]
Description
The exception is thrown when a predict request is made to an unmounted MLModel
.
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'code' => <integer>, 'message' => '<string>', ]
Description
A specified resource cannot be located.
Members
- code
-
- Type: int
- message
-
- Type: string
TagLimitExceededException
[ 'message' => '<string>', ]
Members
- message
-
- Type: string