LambdaFunctionFailedEventAttributes constructor

LambdaFunctionFailedEventAttributes({
  1. required int scheduledEventId,
  2. required int startedEventId,
  3. String? details,
  4. String? reason,
})

Implementation

LambdaFunctionFailedEventAttributes({
  required this.scheduledEventId,
  required this.startedEventId,
  this.details,
  this.reason,
});