Class: Aws::IoTFleetWise::Types::InvalidSignalsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

The request couldn't be completed because it contains signals that aren't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_signalsArray<Types::InvalidSignal>

The signals which caused the exception.

Returns:



2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2233

class InvalidSignalsException < Struct.new(
  :message,
  :invalid_signals)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2233

class InvalidSignalsException < Struct.new(
  :message,
  :invalid_signals)
  SENSITIVE = []
  include Aws::Structure
end