Class: Aws::Lambda::Types::SnapStartNotReadyException

Inherits:
Struct
  • Object
show all
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`.

[1]: docs.aws.amazon.com/lambda/latest/dg/functions-states.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5980
5981
5982
5983
5984
5985
# File 'lib/aws-sdk-lambda/types.rb', line 5980

class SnapStartNotReadyException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


5980
5981
5982
5983
5984
5985
# File 'lib/aws-sdk-lambda/types.rb', line 5980

class SnapStartNotReadyException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end