Class: Aws::Lambda::Types::KMSDisabledException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
# File 'lib/aws-sdk-lambda/types.rb', line 3761

class KMSDisabledException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
# File 'lib/aws-sdk-lambda/types.rb', line 3761

class KMSDisabledException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end