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)


9231
9232
9233
9234
9235
9236
9237
9238
# File 'lib/aws-sdk-backup/types.rb', line 9231

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

#contextString

Returns:

  • (String)


9231
9232
9233
9234
9235
9236
9237
9238
# File 'lib/aws-sdk-backup/types.rb', line 9231

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

#messageString

Returns:

  • (String)


9231
9232
9233
9234
9235
9236
9237
9238
# File 'lib/aws-sdk-backup/types.rb', line 9231

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

#typeString

Returns:

  • (String)


9231
9232
9233
9234
9235
9236
9237
9238
# File 'lib/aws-sdk-backup/types.rb', line 9231

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