Class LexModelsV2Exception
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\LexModelsV2\Exception\LexModelsV2Exception
- Namespace: Aws\LexModelsV2\Exception
- Located at LexModelsV2/Exception/LexModelsV2Exception.php
Represents an error interacting with the Amazon Lex Model Building V2 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
ConflictException
[ 'message' => '<string>', ]
Description
The action that you tried to perform couldn't be completed because the resource is in a conflicting state. For example, deleting a bot that is in the CREATING state. Try your request again.
Members
- message
-
- Type: string
InternalServerException
[ 'message' => '<string>', ]
Description
The service encountered an unexpected condition. Try your request again.
Members
- message
-
- Type: string
PreconditionFailedException
[ 'message' => '<string>', ]
Description
Your request couldn't be completed because one or more request fields aren't valid. Check the fields in your request and try again.
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
You asked to describe a resource that doesn't exist. Check the resource that you are requesting and try again.
Members
- message
-
- Type: string
ServiceQuotaExceededException
[ 'message' => '<string>', ]
Description
You have reached a quota for your bot.
Members
- message
-
- Type: string
ThrottlingException
[ 'message' => '<string>', 'retryAfterSeconds' => <integer>, ]
Description
Your request rate is too high. Reduce the frequency of requests.
Members
- message
-
- Type: string
- retryAfterSeconds
-
- Type: int
The number of seconds after which the user can invoke the API again.
ValidationException
[ 'message' => '<string>', ]
Description
One of the input parameters in your request isn't valid. Check the parameters and try your request again.
Members
- message
-
- Type: string