Class: Aws::Types::ContinueAsNewWorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ContinueAsNewWorkflowExecutionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "UNHANDLED_DECISION", ...
Returns the value of attribute cause.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
Instance Attribute Details
#cause ⇒ "UNHANDLED_DECISION", ...
Returns the value of attribute cause.
226 227 228 |
# File 'sig/types.rbs', line 226 def cause @cause end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def decision_task_completed_event_id @decision_task_completed_event_id end |