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
4010 4011 4012 4013 4014 4015 |
# File 'lib/aws-sdk-lambda/types.rb', line 4010 class KMSAccessDeniedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4010 4011 4012 4013 4014 4015 |
# File 'lib/aws-sdk-lambda/types.rb', line 4010 class KMSAccessDeniedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |