Class: Aws::Types::ActivityTimedOutEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTimedOutEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
67 68 69 |
# File 'sig/types.rbs', line 67 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
66 67 68 |
# File 'sig/types.rbs', line 66 def error @error end |