Class: Aws::IoTFleetWise::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTFleetWise::Errors::ValidationException
- Defined in:
- lib/aws-sdk-iotfleetwise/errors.rb
Instance Method Summary collapse
- #field_list ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
262 263 264 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 262 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#field_list ⇒ String
277 278 279 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 277 def field_list @data[:field_list] end |
#message ⇒ String
267 268 269 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 267 def @message || @data[:message] end |
#reason ⇒ String
272 273 274 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 272 def reason @data[:reason] end |