Exception: AWS::Flow::ChildWorkflowException

Inherits:
FlowException
  • Object
show all
Defined in:
lib/aws/decider/exceptions.rb

Instance Attribute Summary

Attributes inherited from FlowException

#details, #reason

Instance Method Summary collapse

Methods inherited from FlowException

#initialize

Constructor Details

This class inherits a constructor from AWS::Flow::FlowException

Instance Method Details

#detail_termination(message, event_id, workflow_execution, workflow_type) ⇒ Object



59
60
61
# File 'lib/aws/decider/exceptions.rb', line 59

def detail_termination(message, event_id, workflow_execution, workflow_type)
  "#{message} for workflow_execution #{workflow_execution.to_s} with event_id #{event_id}"
end