Class: Aws::Artifact::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb

Overview

Request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-artifact/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_codeString

Code for the affected quota.

Returns:

  • (String)


522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-artifact/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_secondsInteger

Number of seconds in which the caller can retry the request.

Returns:

  • (Integer)


522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-artifact/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_codeString

Code for the affected service.

Returns:

  • (String)


522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-artifact/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