Class: Aws::IoTFleetWise::Types::InvalidSignal

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

Overview

A reason that a signal isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the signal that isn't valid.

Returns:

  • (String)


2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2194

class InvalidSignal < Struct.new(
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A message about why the signal isn't valid.

Returns:

  • (String)


2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2194

class InvalidSignal < Struct.new(
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end