Class: Aws::Repostspace::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-repostspace/types.rb

Overview

Request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


681
682
683
684
685
686
687
688
# File 'lib/aws-sdk-repostspace/types.rb', line 681

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

#quota_codeString

The code to identify the quota.

Returns:

  • (String)


681
682
683
684
685
686
687
688
# File 'lib/aws-sdk-repostspace/types.rb', line 681

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

#retry_after_secondsInteger

Advice to clients on when the call can be safely retried.

Returns:

  • (Integer)


681
682
683
684
685
686
687
688
# File 'lib/aws-sdk-repostspace/types.rb', line 681

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

#service_codeString

The code to identify the service.

Returns:

  • (String)


681
682
683
684
685
686
687
688
# File 'lib/aws-sdk-repostspace/types.rb', line 681

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