Class: Aws::ResourceGroups::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
You’ve exceeded throttling limits by making too many requests in a period of time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1770 1771 1772 1773 1774 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1770 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |