Class: Aws::Backup::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



302
303
304
# File 'lib/aws-sdk-backup/errors.rb', line 302

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

Instance Method Details

#codeString

Returns:

  • (String)


307
# File 'lib/aws-sdk-backup/errors.rb', line 307

def code: () -> ::String

#contextString

Returns:

  • (String)


322
# File 'lib/aws-sdk-backup/errors.rb', line 322

def context: () -> ::String

#messageString

Returns:

  • (String)


312
# File 'lib/aws-sdk-backup/errors.rb', line 312

def message: () -> ::String

#typeString

Returns:

  • (String)


317
# File 'lib/aws-sdk-backup/errors.rb', line 317

def type: () -> ::String