Class: Aws::Types::InvalidSignalDecoder
- Inherits:
-
Object
- Object
- Aws::Types::InvalidSignalDecoder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hint ⇒ ::String
Returns the value of attribute hint.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reason ⇒ "DUPLICATE_SIGNAL", ...
Returns the value of attribute reason.
Instance Attribute Details
#hint ⇒ ::String
Returns the value of attribute hint.
749 750 751 |
# File 'sig/types.rbs', line 749 def hint @hint end |
#name ⇒ ::String
Returns the value of attribute name.
747 748 749 |
# File 'sig/types.rbs', line 747 def name @name end |
#reason ⇒ "DUPLICATE_SIGNAL", ...
Returns the value of attribute reason.
748 749 750 |
# File 'sig/types.rbs', line 748 def reason @reason end |