Class: Aws::Lambda::Types::KMSInvalidStateException

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 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

#messageString

Returns:

  • (String)


6115
6116
6117
6118
6119
6120
# File 'lib/aws-sdk-lambda/types.rb', line 6115

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

#typeString

Returns:

  • (String)


6115
6116
6117
6118
6119
6120
# File 'lib/aws-sdk-lambda/types.rb', line 6115

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