Class: Aws::KMS::Errors::NotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-kms/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



585
586
587
# File 'lib/aws-sdk-kms/errors.rb', line 585

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

Instance Method Details

#messageString

Returns:

  • (String)


590
# File 'lib/aws-sdk-kms/errors.rb', line 590

def message: () -> ::String