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)


1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1016

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

#quota_codeString

The code to identify the quota.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1016

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

#retry_after_secondsInteger

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

Returns:

  • (Integer)


1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1016

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

#service_codeString

The code to identify the service.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1016

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