Exception: AWS::Flow::DecisionException

Inherits:
Exception
  • Object
show all
Defined in:
lib/aws/decider/exceptions.rb

Overview

Exception used to communicate failure during fulfillment of a decision sent to SWF. This exception and all its subclasses are expected to be thrown by the framework.

Instance Attribute Summary collapse

Instance Attribute Details

#event_idObject

Returns the value of attribute event_id.



23
24
25
# File 'lib/aws/decider/exceptions.rb', line 23

def event_id
  @event_id
end