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
4095 4096 4097 4098 4099 4100 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4095 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.
4095 4096 4097 4098 4099 4100 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4095 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |