Class: Aws::Artifact::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
Code for the affected quota.
-
#retry_after_seconds ⇒ Integer
Number of seconds in which the caller can retry the request.
-
#service_code ⇒ String
Code for the affected service.
Instance Attribute Details
#message ⇒ String
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-artifact/types.rb', line 522 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Code for the affected quota.
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-artifact/types.rb', line 522 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Number of seconds in which the caller can retry the request.
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-artifact/types.rb', line 522 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Code for the affected service.
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-artifact/types.rb', line 522 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |