LambdaFunctionStartFailedEventDetails constructor

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

Implementation

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