class AWS::Flow::ScheduleActivityTaskFailedException

Public Class Methods

new(event_id, activity_type, activity_id, cause) click to toggle source
Calls superclass method AWS::Flow::FlowException::new
# File lib/aws/decider/exceptions.rb, line 157
def initialize(event_id, activity_type, activity_id, cause)
  super("Schedule activity task failed", cause)
end