Class: Aws::Redshift::Errors::HsmConfigurationNotFoundFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Redshift::Errors::HsmConfigurationNotFoundFault
- Defined in:
- lib/aws-sdk-redshift/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HsmConfigurationNotFoundFault
constructor
A new instance of HsmConfigurationNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HsmConfigurationNotFoundFault
Returns a new instance of HsmConfigurationNotFoundFault.
654 655 656 |
# File 'lib/aws-sdk-redshift/errors.rb', line 654 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |