Class: Aws::IoTFleetWise::Errors::InvalidSignalsException

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) ⇒ InvalidSignalsException

Returns a new instance of InvalidSignalsException.

Parameters:



162
163
164
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/errors.rb', line 162

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

Instance Method Details

#invalid_signalsString

Returns:

  • (String)


172
173
174
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/errors.rb', line 172

def invalid_signals
  @data[:invalid_signals]
end

#messageString

Returns:

  • (String)


167
168
169
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/errors.rb', line 167

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