Class: Aws::GameLiftStreams::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
The request was denied due to request throttling. Retry the request after the suggested wait time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
3807 3808 3809 3810 3811 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 3807 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |