Class: Aws::CloudHSMV2::Errors::CloudHsmInternalFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudHSMV2::Errors::CloudHsmInternalFailureException
- Defined in:
- lib/aws-sdk-cloudhsmv2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CloudHsmInternalFailureException
constructor
A new instance of CloudHsmInternalFailureException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CloudHsmInternalFailureException
Returns a new instance of CloudHsmInternalFailureException.
63 64 65 |
# File 'lib/aws-sdk-cloudhsmv2/errors.rb', line 63 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
68 69 70 |
# File 'lib/aws-sdk-cloudhsmv2/errors.rb', line 68 def @message || @data[:message] end |