Class: Aws::PartnerCentralSelling::Types::ServiceQuotaExceededException

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

Overview

This error occurs when the request would cause a service quota to be exceeded. Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit.

Suggested action: Review the [Quotas] for the resource, and either reduce usage or request a quota increase.

[1]: docs.aws.amazon.com/partner-central/latest/selling-api/quotas.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4826
4827
4828
4829
4830
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4826

class ServiceQuotaExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end