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

Returns:

  • (String)


3430
3431
3432
3433
3434
3435
3436
3437
# File 'lib/aws-sdk-vpclattice/types.rb', line 3430

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)


3430
3431
3432
3433
3434
3435
3436
3437
# File 'lib/aws-sdk-vpclattice/types.rb', line 3430

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

#retry_after_secondsInteger

The number of seconds to wait before retrying.

Returns:

  • (Integer)


3430
3431
3432
3433
3434
3435
3436
3437
# File 'lib/aws-sdk-vpclattice/types.rb', line 3430

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

#service_codeString

The service code.

Returns:

  • (String)


3430
3431
3432
3433
3434
3435
3436
3437
# File 'lib/aws-sdk-vpclattice/types.rb', line 3430

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