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
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_seconds ⇒ Integer
The number of seconds to wait before retrying the request after being throttled.
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 |