Class: Aws::LicenseManager::Types::RateLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::RateLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Too many requests have been submitted. Try again after a brief wait.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3331 3332 3333 3334 3335 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3331 class RateLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |