Class LookoutforVisionException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\LookoutforVision\Exception\LookoutforVisionException
- Namespace: Aws\LookoutforVision\Exception
- Located at LookoutforVision/Exception/LookoutforVisionException.php
Represents an error interacting with the Amazon Lookout for Vision 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
You are not authorized to perform the action.
Members
ConflictException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => 'PROJECT|DATASET|MODEL|TRIAL|MODEL_PACKAGE_JOB', ]
Description
The update or deletion of a resource caused an inconsistent state.
Members
InternalServerException
[ 'Message' => '<string>', 'RetryAfterSeconds' => <integer>, ]
Description
Amazon Lookout for Vision experienced a service issue. Try your call again.
Members
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => 'PROJECT|DATASET|MODEL|TRIAL|MODEL_PACKAGE_JOB', ]
Description
The resource could not be found.
Members
ServiceQuotaExceededException
[ 'Message' => '<string>', 'QuotaCode' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => 'PROJECT|DATASET|MODEL|TRIAL|MODEL_PACKAGE_JOB', 'ServiceCode' => '<string>', ]
Description
A service quota was exceeded the allowed limit. For more information, see Limits in Amazon Lookout for Vision in the Amazon Lookout for Vision Developer Guide.
Members
ThrottlingException
[ 'Message' => '<string>', 'QuotaCode' => '<string>', 'RetryAfterSeconds' => <integer>, 'ServiceCode' => '<string>', ]
Description
Amazon Lookout for Vision is temporarily unable to process the request. Try your call again.
Members
ValidationException
[ 'Message' => '<string>', ]