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)


5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5690

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

#typeString

Returns:

  • (String)


5690
5691
5692
5693
5694
5695
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5690

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