Class: Aws::Types::WorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def decision_task_completed_event_id @decision_task_completed_event_id end |
#details ⇒ ::String
Returns the value of attribute details.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def details @details end |
#reason ⇒ ::String
Returns the value of attribute reason.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def reason @reason end |