AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::KMSInvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::KMSInvalidStateException
show all
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Lambda was unable to decrypt the environment variables because the KMS
key used is in an invalid state for Decrypt. Check the function's KMS
key settings.
Constant Summary
collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3109
3110
3111
3112
3113
3114
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3109
class KMSInvalidStateException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
3109
3110
3111
3112
3113
3114
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3109
class KMSInvalidStateException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|