Skip to content

Commit

Permalink
feat(aws-android-sdk-lambda): update models to latest (#3170)
Browse files Browse the repository at this point in the history
Co-authored-by: gpanshu <[email protected]>
  • Loading branch information
awsmobilesdk and gpanshu authored Feb 1, 2023
1 parent d4c70dd commit 7270bbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@

/**
* <p>
* The runtime restore hook encountered an error. For more information, check
* the Amazon CloudWatch logs.
* The <code>afterRestore()</code> <a href=
* "https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html"
* >runtime hook</a> encountered an error. For more information, check the
* Amazon CloudWatch logs.
* </p>
*/
public class SnapStartException extends AmazonServiceException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

/**
* <p>
* The runtime restore hook failed to complete within the timeout limit (2
* seconds).
* Lambda couldn't restore the snapshot within the timeout limit.
* </p>
*/
public class SnapStartTimeoutException extends AmazonServiceException {
Expand Down

0 comments on commit 7270bbc

Please sign in to comment.