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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8959
8960
8961
8962
8963
8964
# File 'lib/aws-sdk-lambda/types.rb', line 8959

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

#typeString

Returns:

  • (String)


8959
8960
8961
8962
8963
8964
# File 'lib/aws-sdk-lambda/types.rb', line 8959

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