Class: Aws::IoTFleetWise::Errors::InvalidNodeException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-iotfleetwise/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidNodeException

Returns a new instance of InvalidNodeException.

Parameters:



137
138
139
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 137

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#invalid_nodesString

Returns:

  • (String)


142
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 142

def invalid_nodes: () -> ::String

#messageString

Returns:

  • (String)


152
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 152

def message: () -> ::String

#reasonString

Returns:

  • (String)


147
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 147

def reason: () -> ::String