Exception: AWS::Flow::ScheduleActivityTaskFailedException

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, activity_type, activity_id, cause) ⇒ ScheduleActivityTaskFailedException

Returns a new instance of ScheduleActivityTaskFailedException.



157
158
159
# File 'lib/aws/decider/exceptions.rb', line 157

def initialize(event_id, activity_type, activity_id, cause)
  super("Schedule activity task failed", cause)
end