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

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

Overview

The runtime restore hook failed to complete within the timeout limit (2 seconds).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-lambda/types.rb', line 5076

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

#typeString

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
# File 'lib/aws-sdk-lambda/types.rb', line 5076

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