Class: Aws::PCS::Types::ConflictException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_idString

The unique identifier of the resource that caused the conflict exception.

Returns:

  • (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_typeString

The type or category of the resource that caused the conflict exception."

Returns:

  • (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