Class: Aws::PcaConnectorScep::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
The limit on the number of requests per second was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
862 863 864 865 866 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 862 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |