Class: Aws::Lambda::Types::SnapStartTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SnapStartTimeoutException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Lambda couldn’t restore the snapshot within the timeout limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6027 6028 6029 6030 6031 6032 |
# File 'lib/aws-sdk-lambda/types.rb', line 6027 class SnapStartTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6027 6028 6029 6030 6031 6032 |
# File 'lib/aws-sdk-lambda/types.rb', line 6027 class SnapStartTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |