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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


5737
5738
5739
5740
5741
5742
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5737

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

#typeString

Returns:

  • (String)


5737
5738
5739
5740
5741
5742
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5737

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