Exception: AWS::Flow::StartTimerFailedException
- Inherits:
-
FlowException
- Object
- Exception
- FlowException
- AWS::Flow::StartTimerFailedException
- Defined in:
- lib/aws/decider/exceptions.rb
Instance Attribute Summary
Attributes inherited from FlowException
Instance Method Summary collapse
-
#initialize(event_id, timer_id, user_context, cause) ⇒ StartTimerFailedException
constructor
A new instance of StartTimerFailedException.
Constructor Details
#initialize(event_id, timer_id, user_context, cause) ⇒ StartTimerFailedException
Returns a new instance of StartTimerFailedException.
135 136 137 |
# File 'lib/aws/decider/exceptions.rb', line 135 def initialize(event_id, timer_id, user_context, cause) super("Timerid #{timer_id} got messed up", cause) end |