Class: Aws::IoTFleetWise::Types::InvalidSignalDecoder
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::InvalidSignalDecoder
- Defined in:
- gems/aws-sdk-iotfleetwise/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.
2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2215 class InvalidSignalDecoder < Struct.new( :name, :reason, :hint) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a signal decoder that isn't valid.
2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2215 class InvalidSignalDecoder < Struct.new( :name, :reason, :hint) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A message about why the signal decoder isn't valid.
2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2215 class InvalidSignalDecoder < Struct.new( :name, :reason, :hint) SENSITIVE = [] include Aws::Structure end |