Class: Aws::IoTFleetWise::Types::InvalidNodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::InvalidNodeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The specified node type doesn’t match the expected node type for a node. You can specify the node type as branch, sensor, actuator, or attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invalid_nodes ⇒ Array<Types::Node>
The specified node type isn’t valid.
- #message ⇒ String
-
#reason ⇒ String
The reason the node validation failed.
Instance Attribute Details
#invalid_nodes ⇒ Array<Types::Node>
The specified node type isn’t valid.
2610 2611 2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2610 class InvalidNodeException < Struct.new( :invalid_nodes, :reason, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2610 2611 2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2610 class InvalidNodeException < Struct.new( :invalid_nodes, :reason, :message) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the node validation failed.
2610 2611 2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2610 class InvalidNodeException < Struct.new( :invalid_nodes, :reason, :message) SENSITIVE = [] include Aws::Structure end |