Class: Aws::KMS::Errors::CloudHsmClusterInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::CloudHsmClusterInUseException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CloudHsmClusterInUseException
constructor
A new instance of CloudHsmClusterInUseException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CloudHsmClusterInUseException
Returns a new instance of CloudHsmClusterInUseException.
105 106 107 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 105 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
110 111 112 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 110 def @message || @data[:message] end |