Class: Aws::Lambda::Types::KMSAccessDeniedException

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 KMS access was denied. Check the Lambda function's KMS permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3743

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

#typeString

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3743

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