Class: Aws::Lambda::Types::SnapStartException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SnapStartException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The ‘afterRestore()` [runtime hook] encountered an error. For more information, check the Amazon CloudWatch logs.
[1]: docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5958 5959 5960 5961 5962 5963 |
# File 'lib/aws-sdk-lambda/types.rb', line 5958 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5958 5959 5960 5961 5962 5963 |
# File 'lib/aws-sdk-lambda/types.rb', line 5958 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |