Class: Aws::KMS::Types::IncorrectKeyMaterialException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb

Overview

The request was rejected because the key material in the request is, expired, invalid, or is not the same key material that was previously imported into this KMS key.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3685
3686
3687
3688
3689
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3685

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