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
- Message
-
- Type: string
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
- Message
-
- Type: string
InvalidApplicationConfigurationException
[ 'Message' => '<string>', ]
Description
The user-provided application configuration is not valid.
Members
- Message
-
- Type: string
InvalidArgumentException
[ 'Message' => '<string>', ]
Description
The specified input parameter value is not valid.
Members
- Message
-
- Type: string
InvalidRequestException
[ 'Message' => '<string>', ]
Description
The request JSON is not valid for the operation.
Members
- Message
-
- Type: string
LimitExceededException
[ 'Message' => '<string>', ]
Description
The number of allowed resources has been exceeded.
Members
- Message
-
- Type: string
ResourceInUseException
[ 'Message' => '<string>', ]
Description
The 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 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 cannot complete the request.
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
[ '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
- Message
-
- Type: string
- ProcessedInputRecords
-
- Type: Array of strings
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. - RawInputRecords
-
- Type: Array of strings
Raw stream data that was sampled to infer the schema.
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