@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnableToDetectSchemaException extends AmazonKinesisAnalyticsException
Data format is not valid. Amazon 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> |
getProcessedInputRecords () |
List<String> |
getRawInputRecords () |
void |
setProcessedInputRecords (Collection<String> processedInputRecords) |
void |
setRawInputRecords (Collection<String> rawInputRecords) |
UnableToDetectSchemaException |
withProcessedInputRecords (Collection<String> processedInputRecords) |
UnableToDetectSchemaException |
withProcessedInputRecords (String... processedInputRecords)
NOTE: This method appends the values to the existing list (if any).
|
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, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode isRetryable addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString public 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 - public void setProcessedInputRecords(Collection<String> processedInputRecords)
processedInputRecords - public UnableToDetectSchemaException withProcessedInputRecords(String... processedInputRecords)
NOTE: This method appends the values to the existing list (if any). Use
setProcessedInputRecords(java.util.Collection) or
withProcessedInputRecords(java.util.Collection) if you want to override the existing values.
processedInputRecords - public UnableToDetectSchemaException withProcessedInputRecords(Collection<String> processedInputRecords)
processedInputRecords -