Class: Aws::PartnerCentralChannel::Types::ServiceQuotaExceededException

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

Overview

The request would exceed a service quota limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the service quota exceeded error.

Returns:

  • (String)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476

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)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476

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)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476

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)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476

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