Class: Aws::ControlTower::Types::ThrottlingException

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


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1378

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

#quota_codeString

The ID of the service quota that was exceeded.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1378

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

#retry_after_secondsInteger

The number of seconds the caller should wait before retrying.

Returns:

  • (Integer)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1378

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

#service_codeString

The ID of the service that is associated with the error.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1378

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