Class: Aws::PCS::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ConflictException
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Your request has conflicting operations. This can occur if you're trying to perform more than 1 operation on the same resource at the same time.
Examples
A cluster with the same name already exists.
A cluster isn't in
ACTIVE
status.A cluster to delete is in an unstable state. For example, because it still has
ACTIVE
node groups or queues.A queue already exists in a cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The unique identifier of the resource that caused the conflict exception.
-
#resource_type ⇒ String
The type or category of the resource that caused the conflict exception.".
Instance Attribute Details
#message ⇒ String
461 462 463 464 465 466 467 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 461 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the resource that caused the conflict exception.
461 462 463 464 465 466 467 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 461 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type or category of the resource that caused the conflict exception."
461 462 463 464 465 466 467 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 461 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |