Class: Aws::VPCLattice::Types::ThrottlingException

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

Overview

The limit on the number of requests per second was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



5374
5375
5376
5377
5378
5379
5380
5381
# File 'lib/aws-sdk-vpclattice/types.rb', line 5374

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

#quota_codeString

The ID of the service quota that was exceeded.



5374
5375
5376
5377
5378
5379
5380
5381
# File 'lib/aws-sdk-vpclattice/types.rb', line 5374

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.



5374
5375
5376
5377
5378
5379
5380
5381
# File 'lib/aws-sdk-vpclattice/types.rb', line 5374

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

#service_codeString

The service code.



5374
5375
5376
5377
5378
5379
5380
5381
# File 'lib/aws-sdk-vpclattice/types.rb', line 5374

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