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
- message
-
- Type: string
Test
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
- message
-
- Type: string
InvalidApplicationConfigurationException
[ 'message' => '<string>', ]
Description
User-provided application configuration is not valid.
Members
- message
-
- Type: string
test
InvalidArgumentException
[ 'message' => '<string>', ]
Description
Specified input parameter value is invalid.
Members
- message
-
- Type: string
LimitExceededException
[ 'message' => '<string>', ]
Description
Exceeded the number of applications allowed.
Members
- message
-
- Type: string
ResourceInUseException
[ 'message' => '<string>', ]
Description
Application is not available for this operation.
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
Specified application can't be found.
Members
- message
-
- Type: 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
- message
-
- Type: string
ServiceUnavailableException
[ 'message' => '<string>', ]
Description
The service is unavailable. Back off and retry the operation.
Members
- message
-
- Type: 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
- message
-
- Type: string
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
- ProcessedInputRecords
-
- Type: Array of strings
- RawInputRecords
-
- Type: Array of strings
- message
-
- Type: string
UnsupportedOperationException
[ 'message' => '<string>', ]
Description
The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.
Members
- message
-
- Type: string