Class: Aws::PcaConnectorAd::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
The limit on the number of requests per second was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code associated with the quota.
-
#service_code ⇒ String
Identifies the originating service.
Instance Attribute Details
#message ⇒ String
2679 2680 2681 2682 2683 2684 2685 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2679 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code associated with the quota.
2679 2680 2681 2682 2683 2684 2685 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2679 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Identifies the originating service.
2679 2680 2681 2682 2683 2684 2685 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2679 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |