Class: Aws::BCMDataExports::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The quota code that exceeded the throttling limit.
-
#service_code ⇒ String
The service code that exceeded the throttling limit.
Instance Attribute Details
#message ⇒ String
816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 816 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code that exceeded the throttling limit.
816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 816 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code that exceeded the throttling limit. It will always be “AWSBillingAndCostManagementDataExports”.
816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 816 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |