Class: Aws::Deadline::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Your request exceeded a request rate quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
- #message ⇒ String
-
#quota_code ⇒ String
Identifies the quota that is being throttled.
-
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the request.
-
#service_code ⇒ String
Identifies the service that is being throttled.
Instance Attribute Details
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
8496 8497 8498 8499 8500 8501 8502 8503 8504 |
# File 'lib/aws-sdk-deadline/types.rb', line 8496 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
8496 8497 8498 8499 8500 8501 8502 8503 8504 |
# File 'lib/aws-sdk-deadline/types.rb', line 8496 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds, :context) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Identifies the quota that is being throttled.
8496 8497 8498 8499 8500 8501 8502 8503 8504 |
# File 'lib/aws-sdk-deadline/types.rb', line 8496 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds, :context) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the request.
8496 8497 8498 8499 8500 8501 8502 8503 8504 |
# File 'lib/aws-sdk-deadline/types.rb', line 8496 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds, :context) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Identifies the service that is being throttled.
8496 8497 8498 8499 8500 8501 8502 8503 8504 |
# File 'lib/aws-sdk-deadline/types.rb', line 8496 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds, :context) SENSITIVE = [] include Aws::Structure end |