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

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

Returns a new instance of InvalidSignalsException.

Parameters:



162
163
164
# File '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
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 172

def invalid_signals: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String