Exception: AWS::Flow::SignalExternalWorkflowException

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, cause) ⇒ SignalExternalWorkflowException

Returns a new instance of SignalExternalWorkflowException.



125
126
127
# File 'lib/aws/decider/exceptions.rb', line 125

def initialize(event_id, workflow_execution, cause)
  super("Signalling the external workflow failed", cause)
end