Skip to content

Commit 7270bbc

Browse files
feat(aws-android-sdk-lambda): update models to latest (#3170)
Co-authored-by: gpanshu <[email protected]>
1 parent d4c70dd commit 7270bbc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartException.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
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
*/
2628
public class SnapStartException extends AmazonServiceException {

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartTimeoutException.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
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
*/
2625
public class SnapStartTimeoutException extends AmazonServiceException {

0 commit comments

Comments
 (0)