Class: Aws::ECS::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ConflictException
- Defined in:
- gems/aws-sdk-ecs/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
-
#message ⇒ String
Message that describes the cause of the exception.
-
#resource_ids ⇒ Array<String>
The existing task ARNs which are already associated with the
clientToken.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 1248 class ConflictException < Struct.new( :resource_ids, :message) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<String>
The existing task ARNs which are already associated with the
clientToken.
1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 1248 class ConflictException < Struct.new( :resource_ids, :message) SENSITIVE = [] include Aws::Structure end |