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)


5672
5673
5674
5675
5676
5677
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5672

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

#typeString

Returns:

  • (String)


5672
5673
5674
5675
5676
5677
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5672

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