Class: Aws::IoTFleetWise::Types::InvalidSignalDecoder
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::InvalidSignalDecoder
- 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
-
#hint ⇒ String
The possible cause for the invalid signal decoder.
-
#name ⇒ String
The name of a signal decoder that isn’t valid.
-
#reason ⇒ String
A message about why the signal decoder isn’t valid.
Instance Attribute Details
#hint ⇒ String
The possible cause for the invalid signal decoder.
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 |
#name ⇒ String
The name of a signal decoder that isn’t valid.
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 |
#reason ⇒ String
A message about why the signal decoder isn’t valid.
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 |