Exception: AWS::Flow::StartChildWorkflowFailedException

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

Constructor Details

#initialize(event_id, workflow_execution, workflow_type, cause) ⇒ StartChildWorkflowFailedException

Returns a new instance of StartChildWorkflowFailedException.



131
132
133
# 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