Class: Aws::CodeArtifact::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
The operation did not succeed because too many requests are sent to the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The time period, in seconds, to wait before retrying the request.
Instance Attribute Details
#message ⇒ String
4115 4116 4117 4118 4119 4120 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4115 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The time period, in seconds, to wait before retrying the request.
4115 4116 4117 4118 4119 4120 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4115 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |