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)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1175

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

#contextString

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1175

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

#messageString

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1175

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

#typeString

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1175

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