Class: Aws::Lambda::Types::KMSInvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::KMSInvalidStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Lambda couldn’t decrypt the environment variables because the state of the KMS key used is not valid for Decrypt. Check the function’s KMS key settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-lambda/types.rb', line 3974 class KMSInvalidStateException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-lambda/types.rb', line 3974 class KMSInvalidStateException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |