Class: Aws::ECS::Types::ConflictException

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

Overview

The request could not be processed because of conflict in the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


1270
1271
1272
1273
1274
1275
# File 'lib/aws-sdk-ecs/types.rb', line 1270

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

#resource_idsArray<String>

The existing task ARNs which are already associated with the ‘clientToken`.

Returns:

  • (Array<String>)


1270
1271
1272
1273
1274
1275
# File 'lib/aws-sdk-ecs/types.rb', line 1270

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