Class: Aws::GameSparks::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
The request throughput limit was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1694 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |