Class: Aws::IoTFleetWise::Types::InvalidSignal
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::InvalidSignal
- 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
-
#name ⇒ String
The name of the signal that isn't valid.
-
#reason ⇒ String
A message about why the signal isn't valid.
Instance Attribute Details
#name ⇒ String
The name of the signal that isn't valid.
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 |
#reason ⇒ String
A message about why the signal isn't valid.
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 |