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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8946 8947 8948 8949 8950 8951 |
# File 'lib/aws-sdk-lambda/types.rb', line 8946 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
8946 8947 8948 8949 8950 8951 |
# File 'lib/aws-sdk-lambda/types.rb', line 8946 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |