Class: Aws::Backup::Types::AlreadyExistsException

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

Overview

The required resource already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString



115
116
117
118
119
120
121
122
123
124
# File 'lib/aws-sdk-backup/types.rb', line 115

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

#codeString



115
116
117
118
119
120
121
122
123
124
# File 'lib/aws-sdk-backup/types.rb', line 115

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

#contextString



115
116
117
118
119
120
121
122
123
124
# File 'lib/aws-sdk-backup/types.rb', line 115

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

#creator_request_idString



115
116
117
118
119
120
121
122
123
124
# File 'lib/aws-sdk-backup/types.rb', line 115

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

#messageString



115
116
117
118
119
120
121
122
123
124
# File 'lib/aws-sdk-backup/types.rb', line 115

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

#typeString



115
116
117
118
119
120
121
122
123
124
# File 'lib/aws-sdk-backup/types.rb', line 115

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