Class: Aws::Odb::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ThrottlingException
- 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
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request after being throttled.
Instance Attribute Details
#message ⇒ String
5237 5238 5239 5240 5241 5242 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5237 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request after being throttled.
5237 5238 5239 5240 5241 5242 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5237 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |