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

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


574
575
576
577
578
579
580
581
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 574

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)


574
575
576
577
578
579
580
581
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 574

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)


574
575
576
577
578
579
580
581
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 574

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)


574
575
576
577
578
579
580
581
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 574

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