class AWS::Flow::ChildWorkflowException
Public Instance Methods
detail_termination(message, event_id, workflow_execution, workflow_type)
click to toggle source
# 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