Class TranscribeServiceException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\TranscribeService\Exception\TranscribeServiceException
- Namespace: Aws\TranscribeService\Exception
- Located at TranscribeService/Exception/TranscribeServiceException.php
Represents an error interacting with the Amazon Transcribe Service 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.
BadRequestException
[ 'Message' => '<string>', ]
Description
Your request didn't pass one or more validation tests. This can occur when the entity you're trying to delete doesn't exist or if it's in a non-terminal state (such as IN PROGRESS
). See the exception message field for more information.
Members
ConflictException
[ 'Message' => '<string>', ]
Description
A resource already exists with this name. Resource names must be unique within an Amazon Web Services account.
Members
InternalFailureException
[ 'Message' => '<string>', ]
Description
There was an internal error. Check the error message, correct the issue, and try your request again.
Members
LimitExceededException
[ 'Message' => '<string>', ]
Description
You've either sent too many requests or your input file is too long. Wait before retrying your request, or use a smaller file and try your request again.
Members
NotFoundException
[ 'Message' => '<string>', ]