Class: Aws::KinesisAnalyticsV2::Types::UnableToDetectSchemaException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::UnableToDetectSchemaException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The data format is not valid. Kinesis Data Analytics cannot detect the schema for the given streaming source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#processed_input_records ⇒ Array<String>
Stream data that was modified by the processor specified in the ‘InputProcessingConfiguration` parameter.
-
#raw_input_records ⇒ Array<String>
Raw stream data that was sampled to infer the schema.
Instance Attribute Details
#message ⇒ String
4951 4952 4953 4954 4955 4956 4957 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4951 class UnableToDetectSchemaException < Struct.new( :message, :raw_input_records, :processed_input_records) SENSITIVE = [] include Aws::Structure end |
#processed_input_records ⇒ Array<String>
Stream data that was modified by the processor specified in the ‘InputProcessingConfiguration` parameter.
4951 4952 4953 4954 4955 4956 4957 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4951 class UnableToDetectSchemaException < Struct.new( :message, :raw_input_records, :processed_input_records) SENSITIVE = [] include Aws::Structure end |
#raw_input_records ⇒ Array<String>
Raw stream data that was sampled to infer the schema.
4951 4952 4953 4954 4955 4956 4957 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4951 class UnableToDetectSchemaException < Struct.new( :message, :raw_input_records, :processed_input_records) SENSITIVE = [] include Aws::Structure end |