Class: Aws::IoTFleetWise::Types::InvalidNodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::InvalidNodeException
- Defined in:
- gems/aws-sdk-iotfleetwise/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.
2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2176 class InvalidNodeException < Struct.new( :invalid_nodes, :reason, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2176 class InvalidNodeException < Struct.new( :invalid_nodes, :reason, :message) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the node validation failed.
2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2176 class InvalidNodeException < Struct.new( :invalid_nodes, :reason, :message) SENSITIVE = [] include Aws::Structure end |