File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919
2020/**
2121 * <p>
22- * The runtime restore hook encountered an error. For more information, check
23- * the Amazon CloudWatch logs.
22+ * The <code>afterRestore()</code> <a href=
23+ * "https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html"
24+ * >runtime hook</a> encountered an error. For more information, check the
25+ * Amazon CloudWatch logs.
2426 * </p>
2527 */
2628public class SnapStartException extends AmazonServiceException {
Original file line number Diff line number Diff line change 1919
2020/**
2121 * <p>
22- * The runtime restore hook failed to complete within the timeout limit (2
23- * seconds).
22+ * Lambda couldn't restore the snapshot within the timeout limit.
2423 * </p>
2524 */
2625public class SnapStartTimeoutException extends AmazonServiceException {
You can’t perform that action at this time.
0 commit comments