aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/eu/ortlepp/notificationsender/model/Response.java
blob: d931bed2e9a07157161779f89c30abe30be80a22 (plain) (blame)
1
2
3
4
5
6
7
8
package eu.ortlepp.notificationsender.model;

/**
 * The response of a Lambda execution.
 *
 * @param status The final execution status of the Lambda
 */
public record Response(Status status) {}