Class: Aws::IoTFleetWise::Errors::InvalidNodeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTFleetWise::Errors::InvalidNodeException
- Defined in:
- lib/aws-sdk-iotfleetwise/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidNodeException
constructor
A new instance of InvalidNodeException.
- #invalid_nodes ⇒ String
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidNodeException
Returns a new instance of InvalidNodeException.
137 138 139 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 137 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#invalid_nodes ⇒ String
142 143 144 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 142 def invalid_nodes @data[:invalid_nodes] end |
#message ⇒ String
152 153 154 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 152 def @message || @data[:message] end |
#reason ⇒ String
147 148 149 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 147 def reason @data[:reason] end |