Class: Aws::KMS::Errors::CloudHsmClusterNotActiveException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::CloudHsmClusterNotActiveException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CloudHsmClusterNotActiveException
constructor
A new instance of CloudHsmClusterNotActiveException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CloudHsmClusterNotActiveException
Returns a new instance of CloudHsmClusterNotActiveException.
135 136 137 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 135 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
140 141 142 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 140 def @message || @data[:message] end |