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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3853
3854
3855
3856
3857
3858
# File 'lib/aws-sdk-lambda/types.rb', line 3853

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

#typeString

Returns:

  • (String)


3853
3854
3855
3856
3857
3858
# File 'lib/aws-sdk-lambda/types.rb', line 3853

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