class AWS::Flow::StartChildWorkflowFailedException

Public Class Methods

new(event_id, workflow_execution, workflow_type, cause) click to toggle source
Calls superclass method AWS::Flow::FlowException::new
# File lib/aws/decider/exceptions.rb, line 131
def initialize(event_id, workflow_execution, workflow_type, cause)
  super("failed to start child workflow", cause)
end