LambdaFunctionFailedEventDetails constructor

LambdaFunctionFailedEventDetails({
  1. String? cause,
  2. String? error,
})

Implementation

LambdaFunctionFailedEventDetails({
  this.cause,
  this.error,
});