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::KMSAccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::KMSAccessDeniedException
show all
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Lambda was unable to 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
3072
3073
3074
3075
3076
3077
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3072
class KMSAccessDeniedException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
3072
3073
3074
3075
3076
3077
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3072
class KMSAccessDeniedException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|