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



5685
5686
5687
5688
5689
5690
# File 'lib/aws-sdk-lambda/types.rb', line 5685

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

#typeString



5685
5686
5687
5688
5689
5690
# File 'lib/aws-sdk-lambda/types.rb', line 5685

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