Class: Aws::IoTFleetWise::Types::InvalidNodeException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#invalid_nodesArray<Types::Node>

The specified node type isn't valid.

Returns:



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

#messageString

Returns:

  • (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

#reasonString

The reason the node validation failed.

Returns:

  • (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