Class: Aws::IoTFleetWise::Types::InvalidSignalDecoder

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

Overview

A reason that a signal decoder isn’t valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hintString

The possible cause for the invalid signal decoder.

Returns:

  • (String)


2649
2650
2651
2652
2653
2654
2655
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2649

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

#nameString

The name of a signal decoder that isn’t valid.

Returns:

  • (String)


2649
2650
2651
2652
2653
2654
2655
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2649

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

#reasonString

A message about why the signal decoder isn’t valid.

Returns:

  • (String)


2649
2650
2651
2652
2653
2654
2655
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2649

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