Class: Aws::KinesisAnalyticsV2::Types::UnableToDetectSchemaException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


4615
4616
4617
4618
4619
4620
4621
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4615

class UnableToDetectSchemaException < Struct.new(
  :message,
  :raw_input_records,
  :processed_input_records)
  SENSITIVE = []
  include Aws::Structure
end

#processed_input_recordsArray<String>

Stream data that was modified by the processor specified in the ‘InputProcessingConfiguration` parameter.

Returns:

  • (Array<String>)


4615
4616
4617
4618
4619
4620
4621
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4615

class UnableToDetectSchemaException < Struct.new(
  :message,
  :raw_input_records,
  :processed_input_records)
  SENSITIVE = []
  include Aws::Structure
end

#raw_input_recordsArray<String>

Raw stream data that was sampled to infer the schema.

Returns:

  • (Array<String>)


4615
4616
4617
4618
4619
4620
4621
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4615

class UnableToDetectSchemaException < Struct.new(
  :message,
  :raw_input_records,
  :processed_input_records)
  SENSITIVE = []
  include Aws::Structure
end