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

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

#messageString

Returns:

  • (String)


6198
6199
6200
6201
6202
6203
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6198

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

#typeString

Returns:

  • (String)


6198
6199
6200
6201
6202
6203
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6198

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