Class: Aws::PartnerCentralChannel::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ThrottlingException
- 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
-
#message ⇒ String
A message describing the throttling error.
-
#quota_code ⇒ String
The quota code associated with the throttling error.
-
#service_code ⇒ String
The service code associated with the throttling error.
Instance Attribute Details
#message ⇒ String
A message describing the throttling error.
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_code ⇒ String
The quota code associated with the throttling error.
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_code ⇒ String
The service code associated with the throttling error.
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 |