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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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 'gems/aws-sdk-iotfleetwise/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
143
144
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/errors.rb', line 142

def invalid_nodes
  @data[:invalid_nodes]
end

#messageString

Returns:

  • (String)


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

def message
  @message || @data[:message]
end

#reasonString

Returns:

  • (String)


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

def reason
  @data[:reason]
end