Class: Aws::Types::LambdaFunctionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
531 532 533 |
# File 'sig/types.rbs', line 531 def details @details end |
#reason ⇒ ::String
Returns the value of attribute reason.
530 531 532 |
# File 'sig/types.rbs', line 530 def reason @reason end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
529 530 531 |
# File 'sig/types.rbs', line 529 def started_event_id @started_event_id end |