Class: Aws::PCS::Types::ServiceQuotaExceededException

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

Overview

You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account. To learn how to increase your service quota, see [Requesting a quota increase] in the *Service Quotas User Guide*

<u>Examples</u>

  • The max number of clusters or queues has been reached for the account.

  • The max number of compute node groups has been reached for the associated cluster.

  • The total of ‘maxInstances` across all compute node groups has been reached for associated cluster.

[1]: docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'lib/aws-sdk-pcs/types.rb', line 1573

class ServiceQuotaExceededException < Struct.new(
  :message,
  :service_code,
  :resource_id,
  :resource_type,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The **quota code** of the service quota that was exceeded.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'lib/aws-sdk-pcs/types.rb', line 1573

class ServiceQuotaExceededException < Struct.new(
  :message,
  :service_code,
  :resource_id,
  :resource_type,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique identifier of the resource that caused the quota to be exceeded.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'lib/aws-sdk-pcs/types.rb', line 1573

class ServiceQuotaExceededException < Struct.new(
  :message,
  :service_code,
  :resource_id,
  :resource_type,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type or category of the resource that caused the quota to be exceeded.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'lib/aws-sdk-pcs/types.rb', line 1573

class ServiceQuotaExceededException < Struct.new(
  :message,
  :service_code,
  :resource_id,
  :resource_type,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The service code associated with the quota that was exceeded.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'lib/aws-sdk-pcs/types.rb', line 1573

class ServiceQuotaExceededException < Struct.new(
  :message,
  :service_code,
  :resource_id,
  :resource_type,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end