Class: Aws::Lambda::Types::KMSDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::KMSDisabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Lambda couldn’t decrypt the environment variables because the KMS key used is disabled. Check the Lambda function’s KMS key settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3955 3956 3957 3958 3959 3960 |
# File 'lib/aws-sdk-lambda/types.rb', line 3955 class KMSDisabledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3955 3956 3957 3958 3959 3960 |
# File 'lib/aws-sdk-lambda/types.rb', line 3955 class KMSDisabledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |