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)


7086
7087
7088
7089
7090
7091
7092
7093
# File 'lib/aws-sdk-backup/types.rb', line 7086

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

#contextString

Returns:

  • (String)


7086
7087
7088
7089
7090
7091
7092
7093
# File 'lib/aws-sdk-backup/types.rb', line 7086

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

#messageString

Returns:

  • (String)


7086
7087
7088
7089
7090
7091
7092
7093
# File 'lib/aws-sdk-backup/types.rb', line 7086

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

#typeString

Returns:

  • (String)


7086
7087
7088
7089
7090
7091
7092
7093
# File 'lib/aws-sdk-backup/types.rb', line 7086

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