Class: Aws::MarketplaceMetering::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
The calls to the API are throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
457 458 459 460 461 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 457 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |