Class: Aws::S3Vectors::Errors::KmsNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::S3Vectors::Errors::KmsNotFoundException
- Defined in:
- sig/errors.rbs,
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.
149 150 151 |
# File 'lib/aws-sdk-s3vectors/errors.rb', line 149 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
154 |
# File 'lib/aws-sdk-s3vectors/errors.rb', line 154
def message: () -> ::String
|