Class: Aws::Types::InvalidSignalsException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidSignalsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invalid_signals ⇒ ::Array[Types::InvalidSignal]
Returns the value of attribute invalid_signals.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#invalid_signals ⇒ ::Array[Types::InvalidSignal]
Returns the value of attribute invalid_signals.
755 756 757 |
# File 'sig/types.rbs', line 755 def invalid_signals @invalid_signals end |
#message ⇒ ::String
Returns the value of attribute message.
754 755 756 |
# File 'sig/types.rbs', line 754 def @message end |