Class: Aws::Lambda::Types::SnapStartNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SnapStartNotReadyException
- Includes:
- Structure
- Defined in:
- 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
8904 8905 8906 8907 8908 8909 |
# File 'lib/aws-sdk-lambda/types.rb', line 8904 class SnapStartNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
8904 8905 8906 8907 8908 8909 |
# File 'lib/aws-sdk-lambda/types.rb', line 8904 class SnapStartNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |