Class: Aws::ECS::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ConflictException
- 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
-
#resource_ids ⇒ Array<String>
The existing task ARNs which are already associated with the ‘clientToken`.
Instance Attribute Details
#resource_ids ⇒ Array<String>
The existing task ARNs which are already associated with the ‘clientToken`.
932 933 934 935 936 |
# File 'lib/aws-sdk-ecs/types.rb', line 932 class ConflictException < Struct.new( :resource_ids) SENSITIVE = [] include Aws::Structure end |