Class: Aws::GameLiftStreams::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-gameliftstreams/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException

Returns a new instance of ThrottlingException.

Parameters:



148
149
150
# File 'lib/aws-sdk-gameliftstreams/errors.rb', line 148

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


153
# File 'lib/aws-sdk-gameliftstreams/errors.rb', line 153

def message: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


157
158
159
# File 'lib/aws-sdk-gameliftstreams/errors.rb', line 157

def retryable?
  true
end

#throttling?Boolean

Returns:

  • (Boolean)


161
162
163
# File 'lib/aws-sdk-gameliftstreams/errors.rb', line 161

def throttling?
  true
end