class AWS::Flow::StartTimerFailedException

Public Class Methods

new(event_id, timer_id, user_context, cause) click to toggle source
Calls superclass method AWS::Flow::FlowException::new
# 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