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
      5889 5890 5891 5892 5893 5894  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5889 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      5889 5890 5891 5892 5893 5894  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5889 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |