Class: Aws::Types::LambdaFunctionTimedOutEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionTimedOutEventDetails
- 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.
615 616 617 |
# File 'sig/types.rbs', line 615 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
614 615 616 |
# File 'sig/types.rbs', line 614 def error @error end |