Class: Aws::Lambda::Types::KMSNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::KMSNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Lambda couldn’t decrypt the environment variables because the KMS key was not found. Check the function’s KMS key settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3992 3993 3994 3995 3996 3997 |
# File 'lib/aws-sdk-lambda/types.rb', line 3992 class KMSNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3992 3993 3994 3995 3996 3997 |
# File 'lib/aws-sdk-lambda/types.rb', line 3992 class KMSNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |