Class: Aws::Types::LambdaFunctionScheduleFailedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionScheduleFailedEventDetails
- 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.
588 589 590 |
# File 'sig/types.rbs', line 588 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
587 588 589 |
# File 'sig/types.rbs', line 587 def error @error end |