Exception: AWS::Flow::StartTimerFailedException

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, timer_id, user_context, cause) ⇒ StartTimerFailedException

Returns a new instance of StartTimerFailedException.



136
137
138
# File 'lib/aws/decider/exceptions.rb', line 136

def initialize(event_id, timer_id, user_context, cause)
  super("Timerid #{timer_id} got messed up", cause)
end