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

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

Overview

The required resource already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 83

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

#codeString

Returns:

  • (String)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 83

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

#contextString

Returns:

  • (String)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 83

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

#creator_request_idString

Returns:

  • (String)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 83

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

#messageString

Returns:

  • (String)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 83

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

#typeString

Returns:

  • (String)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 83

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