Class: Aws::Types::LambdaFunctionFailedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionFailedEventDetails
- 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.
582 583 584 |
# File 'sig/types.rbs', line 582 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
581 582 583 |
# File 'sig/types.rbs', line 581 def error @error end |