Class: Aws::CloudHSM::Errors::CloudHsmServiceException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CloudHsmServiceException.

Parameters:



55
56
57
# File 'lib/aws-sdk-cloudhsm/errors.rb', line 55

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

Instance Method Details

#messageString

Returns:

  • (String)


60
# File 'lib/aws-sdk-cloudhsm/errors.rb', line 60

def message: () -> ::String

#retryableString

Returns:

  • (String)


65
# File 'lib/aws-sdk-cloudhsm/errors.rb', line 65

def retryable: () -> ::String