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.
240 241 242 |
# File 'lib/aws-sdk-kms/errors.rb', line 240 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |