Class: Aws::S3Files::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



98
99
100
# File 'lib/aws-sdk-s3files/errors.rb', line 98

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

Instance Method Details

#error_codeString

Returns:

  • (String)


103
# File 'lib/aws-sdk-s3files/errors.rb', line 103

def error_code: () -> ::String

#messageString

Returns:

  • (String)


108
# File 'lib/aws-sdk-s3files/errors.rb', line 108

def message: () -> ::String