Class: Aws::B2bi::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
The server attempts to retry a command that was throttled.
Instance Attribute Details
#message ⇒ String
2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2062 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The server attempts to retry a command that was throttled.
2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2062 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |