Class: Aws::Odb::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4940
4941
4942
4943
4944
4945
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4940

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the request after being throttled.

Returns:

  • (Integer)


4940
4941
4942
4943
4944
4945
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4940

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