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
5874 5875 5876 5877 5878 5879 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5874 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5874 5875 5876 5877 5878 5879 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5874 class SnapStartException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |