Class: Aws::NovaAct::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
The request was throttled due to too many requests. Please try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The request was denied due to request throttling.
-
#quota_code ⇒ String
The quota code related to the throttling.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the throttled request.
-
#service_code ⇒ String
The service code where throttling occurred.
Instance Attribute Details
#message ⇒ String
The request was denied due to request throttling.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1053 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code related to the throttling.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1053 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 wait before retrying the throttled request.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1053 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code where throttling occurred.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1053 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |