Class: Aws::KMS::Errors::XksKeyAlreadyInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::XksKeyAlreadyInUseException
- Defined in:
- lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksKeyAlreadyInUseException
constructor
A new instance of XksKeyAlreadyInUseException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksKeyAlreadyInUseException
Returns a new instance of XksKeyAlreadyInUseException.
630 631 632 |
# File 'lib/aws-sdk-kms/errors.rb', line 630 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
635 636 637 |
# File 'lib/aws-sdk-kms/errors.rb', line 635 def @message || @data[:message] end |