Class: Aws::Lambda::Types::SnapStartTimeoutException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Lambda couldn’t restore the snapshot within the timeout limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5966
5967
5968
5969
5970
5971
# File 'lib/aws-sdk-lambda/types.rb', line 5966

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

#typeString

Returns:

  • (String)


5966
5967
5968
5969
5970
5971
# File 'lib/aws-sdk-lambda/types.rb', line 5966

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