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)


1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1486

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)


1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1486

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)


1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1486

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)


1486
1487
1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1486

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