Method: Aws::SQS::Errors::KmsNotFound#initialize

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

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

Returns a new instance of KmsNotFound.

Parameters:



275
276
277
# File 'lib/aws-sdk-sqs/errors.rb', line 275

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