Class: Aws::LicenseManager::Types::RateLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::RateLimitExceededException
- Defined in:
- gems/aws-sdk-licensemanager/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
4162 4163 4164 4165 4166 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4162 class RateLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |