Class: Aws::MainframeModernization::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/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 identifier of the throttled request.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
-
#service_code ⇒ String
The identifier of the service that the throttled request was made to.
Instance Attribute Details
#message ⇒ String
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The identifier of the throttled request.
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The identifier of the service that the throttled request was made to.
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3038 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |