Class: Aws::KMS::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::NotFoundException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
585 586 587 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 585 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
590 591 592 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 590 def @message || @data[:message] end |