class AWS::Flow::SignalExternalWorkflowException
Public Class Methods
new(event_id, workflow_execution, cause)
click to toggle source
Calls superclass method
AWS::Flow::FlowException::new
# File lib/aws/decider/exceptions.rb, line 125 def initialize(event_id, workflow_execution, cause) super("Signalling the external workflow failed", cause) end