LambdaFunctionTimedOutEventAttributes constructor
LambdaFunctionTimedOutEventAttributes({
- required int scheduledEventId,
- required int startedEventId,
- LambdaFunctionTimeoutType? timeoutType,
Implementation
LambdaFunctionTimedOutEventAttributes({
required this.scheduledEventId,
required this.startedEventId,
this.timeoutType,
});