Class KinesisAnalyticsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\KinesisAnalytics\Exception\KinesisAnalyticsException
- Namespace: Aws\KinesisAnalytics\Exception
- Located at KinesisAnalytics/Exception/KinesisAnalyticsException.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
User-provided application code (query) is invalid. This can be a simple syntax error.
Members
ConcurrentModificationException
[ 'message' => '<string>', ]
Description
Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
Members
InvalidApplicationConfigurationException
[ 'message' => '<string>', ]
InvalidArgumentException
[ '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 Amazon Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords in the Amazon Kinesis Streams API Reference.
Members
ServiceUnavailableException
[ 'message' => '<string>', ]
Description
The service is unavailable. Back off and retry the operation.
Members
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
[ 'ProcessedInputRecords' => ['<string>', ...], 'RawInputRecords' => ['<string>', ...], 'message' => '<string>', ]
Description
Data format is not valid. Amazon Kinesis Analytics is not able to detect schema for the given streaming source.
Members
UnsupportedOperationException
[ 'message' => '<string>', ]