Class: Aws::Lambda::Types::KMSNotFoundException

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

Overview

Lambda couldn't decrypt the environment variables because the KMS key was not found. Check the function's KMS key settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3798
3799
3800
3801
3802
3803
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3798

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

#typeString

Returns:

  • (String)


3798
3799
3800
3801
3802
3803
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3798

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