Class: Aws::GameLiftStreams::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gameliftstreams/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

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


3069
3070
3071
3072
3073
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 3069

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end