public class UnableToDetectSchemaException extends AmazonKinesisAnalyticsException
Data format is not valid, Kinesis Analytics is not able to detect schema for the given streaming source.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
UnableToDetectSchemaException(String message)
Constructs a new UnableToDetectSchemaException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRawInputRecords() |
void |
setRawInputRecords(Collection<String> rawInputRecords) |
UnableToDetectSchemaException |
withRawInputRecords(Collection<String> rawInputRecords) |
UnableToDetectSchemaException |
withRawInputRecords(String... rawInputRecords)
NOTE: This method appends the values to the existing list (if any).
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToDetectSchemaException(String message)
message - Describes the error encountered.public void setRawInputRecords(Collection<String> rawInputRecords)
rawInputRecords - public UnableToDetectSchemaException withRawInputRecords(String... rawInputRecords)
NOTE: This method appends the values to the existing list (if any). Use
setRawInputRecords(java.util.Collection) or withRawInputRecords(java.util.Collection) if you
want to override the existing values.
rawInputRecords - public UnableToDetectSchemaException withRawInputRecords(Collection<String> rawInputRecords)
rawInputRecords - Copyright © 2016. All rights reserved.