Exception: AWS::Flow::ChildWorkflowException
- Inherits:
-
FlowException
- Object
- Exception
- FlowException
- AWS::Flow::ChildWorkflowException
- Defined in:
- lib/aws/decider/exceptions.rb
Direct Known Subclasses
ChildWorkflowTerminatedException, ChildWorkflowTimedOutException
Instance Attribute Summary
Attributes inherited from FlowException
Instance Method Summary collapse
Methods inherited from FlowException
Constructor Details
This class inherits a constructor from AWS::Flow::FlowException
Instance Method Details
#detail_termination(message, event_id, workflow_execution, workflow_type) ⇒ Object
58 59 60 |
# File 'lib/aws/decider/exceptions.rb', line 58 def detail_termination(, event_id, workflow_execution, workflow_type) "#{} for workflow_execution #{workflow_execution.to_s} with event_id #{event_id}" end |