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
| 6255 6256 6257 6258 6259 6260 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6255 class SnapStartNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
| 6255 6256 6257 6258 6259 6260 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6255 class SnapStartNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |