Class: Aws::Lambda::Types::KMSAccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::KMSAccessDeniedException
 
 
- 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
#message ⇒ String
      3868 3869 3870 3871 3872 3873  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3868 class KMSAccessDeniedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      3868 3869 3870 3871 3872 3873  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3868 class KMSAccessDeniedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |