Class: Aws::Lambda::Types::SnapStartException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lambda::Types::SnapStartException
 
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The afterRestore() runtime hook encountered an error. For more
information, check the Amazon CloudWatch logs.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 6233 6234 6235 6236 6237 6238 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6233 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
| 6233 6234 6235 6236 6237 6238 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6233 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |