Class: Aws::Mgn::Types::ConflictException

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

Overview

The request could not be completed due to a conflict with the current state of the target resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 281

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

#errorsArray<Types::ErrorDetails>

Conflict Exception specific errors.

Returns:



281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 281

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

#messageString

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 281

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

#resource_idString

A conflict occurred when prompting for the Resource ID.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 281

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

#resource_typeString

A conflict occurred when prompting for resource type.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 281

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