Class: Aws::Lambda::Types::SnapStartException

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

Overview

The afterRestore() runtime hook encountered an error. For more information, check the Amazon CloudWatch logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5668
5669
5670
5671
5672
5673
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5668

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

#typeString

Returns:

  • (String)


5668
5669
5670
5671
5672
5673
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5668

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