Class: Aws::ServiceQuotas::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::TooManyRequestsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 1363 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |