Class ComprehendMedicalException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ComprehendMedical\Exception\ComprehendMedicalException
- Namespace: Aws\ComprehendMedical\Exception
- Located at ComprehendMedical/Exception/ComprehendMedicalException.php
Represents an error interacting with the AWS Comprehend Medical 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
InternalServerException
[ 'Message' => '<string>', ]
Description
An internal server error occurred. Retry your request.
Members
- Message
-
- Type: string
InvalidEncodingException
[ 'Message' => '<string>', ]
Description
The input text was not in valid UTF-8 character encoding. Check your text then retry your request.
Members
- Message
-
- Type: string
InvalidRequestException
[ 'Message' => '<string>', ]
Description
The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.
Members
- Message
-
- Type: string
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The resource identified by the specified Amazon Resource Name (ARN) was not found. Check the ARN and try your request again.
Members
- Message
-
- Type: string
ServiceUnavailableException
[ 'Message' => '<string>', ]
Description
The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
Members
- Message
-
- Type: string
TextSizeLimitExceededException
[ 'Message' => '<string>', ]
Description
The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.
Members
- Message
-
- Type: string
TooManyRequestsException
[ 'Message' => '<string>', ]
Description
You have made too many requests within a short period of time. Wait for a short time and then try your request again. Contact customer support for more information about a service limit increase.
Members
- Message
-
- Type: string
ValidationException
[ 'Message' => '<string>', ]
Description
The filter that you specified for the operation is invalid. Check the filter values that you entered and try your request again.
Members
- Message
-
- Type: string