Class: Aws::LicenseManagerUserSubscriptions::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
The request was denied because of request throttling. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1342 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |