Class: Aws::Backup::Types::ConflictException

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

Overview

Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1339

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

#contextString

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1339

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

#messageString

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1339

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

#typeString

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1339

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