Class: Aws::PartnerCentralChannel::Types::ThrottlingException

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

Overview

The request was throttled due to too many requests being sent in a short period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the throttling error.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1676

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

#quota_codeString

The quota code associated with the throttling error.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1676

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

#service_codeString

The service code associated with the throttling error.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1676

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