Class: Aws::PartnerCentralBenefits::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb

Overview

Thrown when the request would exceed the service quotas or limits for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the service quota exceeded error.

Returns:

  • (String)


1525
1526
1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525

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

#quota_codeString

The code identifying the specific quota that would be exceeded.

Returns:

  • (String)


1525
1526
1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525

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

#resource_idString

The identifier of the resource that would exceed the quota.

Returns:

  • (String)


1525
1526
1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525

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

#resource_typeString

The type of the resource that would exceed the quota.

Returns:

  • (String)


1525
1526
1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525

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