Class: Aws::AppTest::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
The number of requests made exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The quota code of requests that exceed the limit.
-
#retry_after_seconds ⇒ Integer
The number of seconds to retry after for requests that exceed the limit.
-
#service_code ⇒ String
The service code of requests that exceed the limit.
Instance Attribute Details
#message ⇒ String
3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-apptest/types.rb', line 3049 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code of requests that exceed the limit.
3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-apptest/types.rb', line 3049 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to retry after for requests that exceed the limit.
3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-apptest/types.rb', line 3049 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code of requests that exceed the limit.
3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-apptest/types.rb', line 3049 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |