Class: Aws::Backup::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

A resource that is required for the action doesn’t exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


7445
7446
7447
7448
7449
7450
7451
7452
# File 'lib/aws-sdk-backup/types.rb', line 7445

class ResourceNotFoundException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#contextString

Returns:

  • (String)


7445
7446
7447
7448
7449
7450
7451
7452
# File 'lib/aws-sdk-backup/types.rb', line 7445

class ResourceNotFoundException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


7445
7446
7447
7448
7449
7450
7451
7452
# File 'lib/aws-sdk-backup/types.rb', line 7445

class ResourceNotFoundException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


7445
7446
7447
7448
7449
7450
7451
7452
# File 'lib/aws-sdk-backup/types.rb', line 7445

class ResourceNotFoundException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end