Class: Aws::S3Vectors::Errors::KmsNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsNotFoundException

Returns a new instance of KmsNotFoundException.

Parameters:



148
149
150
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb', line 148

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


153
154
155
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb', line 153

def message
  @message || @data[:message]
end