Class: Aws::Organizations::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.
For information about quotas that affect Organizations, see [Quotas for Organizations] in the *Organizations User Guide*.
[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4628 4629 4630 4631 4632 4633 |
# File 'lib/aws-sdk-organizations/types.rb', line 4628 class TooManyRequestsException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4628 4629 4630 4631 4632 4633 |
# File 'lib/aws-sdk-organizations/types.rb', line 4628 class TooManyRequestsException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |