Class: Aws::Types::FailWorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::FailWorkflowExecutionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "UNHANDLED_DECISION", "OPERATION_NOT_PERMITTED"
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", "OPERATION_NOT_PERMITTED"
Returns the value of attribute cause.
439 440 441 |
# File 'sig/types.rbs', line 439 def cause @cause end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def decision_task_completed_event_id @decision_task_completed_event_id end |