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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#hintString

The possible cause for the invalid signal decoder.

Returns:

  • (String)


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

#nameString

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

Returns:

  • (String)


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

#reasonString

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

Returns:

  • (String)


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