Class KinesisAnalyticsV2Exception
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\KinesisAnalyticsV2\Exception\KinesisAnalyticsV2Exception
- Namespace: Aws\KinesisAnalyticsV2\Exception
- Located at KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php
Represents an error interacting with the Amazon Kinesis Analytics 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
CodeValidationException
[ 'Message' => '<string>', ]
Description
The user-provided application code (query) is not valid. This can be a simple syntax error.
Members
ConcurrentModificationException
[ 'Message' => '<string>', ]
Description
Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.
Members
InvalidApplicationConfigurationException
[ 'Message' => '<string>', ]
InvalidArgumentException
[ 'Message' => '<string>', ]
InvalidRequestException
[ 'Message' => '<string>', ]
LimitExceededException
[ 'Message' => '<string>', ]
ResourceInUseException
[ 'Message' => '<string>', ]
ResourceNotFoundException
[ 'Message' => '<string>', ]
ResourceProvisionedThroughputExceededException
[ 'Message' => '<string>', ]
Description
Discovery failed to get a record from the streaming source because of the Kinesis Streams ProvisionedThroughputExceededException
. For more information, see GetRecords in the Amazon Kinesis Streams API Reference.
Members
ServiceUnavailableException
[ 'Message' => '<string>', ]
TooManyTagsException
[ 'message' => '<string>', ]
Description
Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
Members
UnableToDetectSchemaException
[ 'Message' => '<string>', 'ProcessedInputRecords' => ['<string>', ...], 'RawInputRecords' => ['<string>', ...], ]
Description
The data format is not valid. Kinesis Data Analytics cannot detect the schema for the given streaming source.
Members
UnsupportedOperationException
[ 'Message' => '<string>', ]