Class: Aws::KinesisAnalytics::Errors::UnableToDetectSchemaException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KinesisAnalytics::Errors::UnableToDetectSchemaException
- Defined in:
- lib/aws-sdk-kinesisanalytics/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnableToDetectSchemaException
constructor
A new instance of UnableToDetectSchemaException.
- #message ⇒ String
- #processed_input_records ⇒ String
- #raw_input_records ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnableToDetectSchemaException
Returns a new instance of UnableToDetectSchemaException.
204 205 206 |
# File 'lib/aws-sdk-kinesisanalytics/errors.rb', line 204 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
209 210 211 |
# File 'lib/aws-sdk-kinesisanalytics/errors.rb', line 209 def @message || @data[:message] end |
#processed_input_records ⇒ String
219 220 221 |
# File 'lib/aws-sdk-kinesisanalytics/errors.rb', line 219 def processed_input_records @data[:processed_input_records] end |
#raw_input_records ⇒ String
214 215 216 |
# File 'lib/aws-sdk-kinesisanalytics/errors.rb', line 214 def raw_input_records @data[:raw_input_records] end |