Method: Aws::KMS::Errors::CustomKeyStoreNotFoundException#initialize

Defined in:
lib/aws-sdk-kms/errors.rb

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomKeyStoreNotFoundException

Returns a new instance of CustomKeyStoreNotFoundException.

Parameters:



240
241
242
# File 'lib/aws-sdk-kms/errors.rb', line 240

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end