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
6142 6143 6144 6145 6146 6147 |
# File 'lib/aws-sdk-lambda/types.rb', line 6142 class SnapStartTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6142 6143 6144 6145 6146 6147 |
# File 'lib/aws-sdk-lambda/types.rb', line 6142 class SnapStartTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |