Class: Aws::WorkSpacesThinClient::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1200

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

#quota_codeString

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1200

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the next request.

Returns:

  • (Integer)


1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1200

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

#service_codeString

The code for the service in [Service Quotas].

[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1200

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