Class: Aws::CodeArtifact::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/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

Instance Attribute Details

#messageString

Returns:

  • (String)


4095
4096
4097
4098
4099
4100
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4095

class ThrottlingException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The time period, in seconds, to wait before retrying the request.

Returns:

  • (Integer)


4095
4096
4097
4098
4099
4100
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4095

class ThrottlingException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end