Class: Aws::Signer::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



152
153
154
# File 'lib/aws-sdk-signer/errors.rb', line 152

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

Instance Method Details

#codeString

Returns:

  • (String)


162
# File 'lib/aws-sdk-signer/errors.rb', line 162

def code: () -> ::String

#messageString

Returns:

  • (String)


157
# File 'lib/aws-sdk-signer/errors.rb', line 157

def message: () -> ::String