Class: Aws::S3Vectors::Errors::KmsNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::S3Vectors::Errors::KmsNotFoundException
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsNotFoundException
constructor
A new instance of KmsNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsNotFoundException
Returns a new instance of KmsNotFoundException.
148 149 150 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
153 154 155 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb', line 153 def @message || @data[:message] end |