Class: Aws::Types::ExecutionTimedOutEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionTimedOutEventDetails
- 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.
391 392 393 |
# File 'sig/types.rbs', line 391 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
390 391 392 |
# File 'sig/types.rbs', line 390 def error @error end |