Class: Aws::DevOpsGuru::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
The request was denied due to a request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code of the quota that was exceeded, causing the throttling exception.
-
#retry_after_seconds ⇒ Integer
The number of seconds after which the action that caused the throttling exception can be retried.
-
#service_code ⇒ String
The code of the service that caused the throttling exception.
Instance Attribute Details
#message ⇒ String
4708 4709 4710 4711 4712 4713 4714 4715 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4708 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code of the quota that was exceeded, causing the throttling exception.
4708 4709 4710 4711 4712 4713 4714 4715 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4708 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds after which the action that caused the throttling exception can be retried.
4708 4709 4710 4711 4712 4713 4714 4715 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4708 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code of the service that caused the throttling exception.
4708 4709 4710 4711 4712 4713 4714 4715 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4708 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |