Class: Aws::KinesisAnalytics::Types::UnableToDetectSchemaException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::UnableToDetectSchemaException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Data format is not valid. Amazon Kinesis Analytics is not able to detect schema for the given streaming source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2601 2602 2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2601 class UnableToDetectSchemaException < Struct.new( :message, :raw_input_records, :processed_input_records) SENSITIVE = [] include Aws::Structure end |
#processed_input_records ⇒ Array<String>
2601 2602 2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2601 class UnableToDetectSchemaException < Struct.new( :message, :raw_input_records, :processed_input_records) SENSITIVE = [] include Aws::Structure end |
#raw_input_records ⇒ Array<String>
2601 2602 2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2601 class UnableToDetectSchemaException < Struct.new( :message, :raw_input_records, :processed_input_records) SENSITIVE = [] include Aws::Structure end |