Exception: AWS::Flow::SignalExternalWorkflowException
- Inherits:
-
FlowException
- Object
- Exception
- FlowException
- AWS::Flow::SignalExternalWorkflowException
- Defined in:
- lib/aws/decider/exceptions.rb
Instance Attribute Summary
Attributes inherited from FlowException
Instance Method Summary collapse
-
#initialize(event_id, workflow_execution, cause) ⇒ SignalExternalWorkflowException
constructor
A new instance of SignalExternalWorkflowException.
Constructor Details
#initialize(event_id, workflow_execution, cause) ⇒ SignalExternalWorkflowException
Returns a new instance of SignalExternalWorkflowException.
124 125 126 |
# File 'lib/aws/decider/exceptions.rb', line 124 def initialize(event_id, workflow_execution, cause) super("Signalling the external workflow failed", cause) end |