Class: Aws::Lambda::Types::SnapStartNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SnapStartNotReadyException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Lambda is initializing your function. You can invoke the function when
the function state becomes Active
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6095 6096 6097 6098 6099 6100 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6095 class SnapStartNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6095 6096 6097 6098 6099 6100 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6095 class SnapStartNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |