Class: Aws::KMS::Errors::XksKeyNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::XksKeyNotFoundException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksKeyNotFoundException
constructor
A new instance of XksKeyNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksKeyNotFoundException
Returns a new instance of XksKeyNotFoundException.
660 661 662 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 660 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
665 666 667 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 665 def @message || @data[:message] end |