Class: Aws::CloudHSM::Errors::CloudHsmInternalException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CloudHsmInternalException.

Parameters:



45
46
47
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/errors.rb', line 45

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