Class: Aws::VPCLattice::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ThrottlingException
- 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
- #message ⇒ String
-
#quota_code ⇒ String
The ID of the service quota that was exceeded.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying.
-
#service_code ⇒ String
The service code.
Instance Attribute Details
#message ⇒ 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_code ⇒ String
The ID of the service quota that was exceeded.
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_seconds ⇒ Integer
The number of seconds to wait before retrying.
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_code ⇒ String
The service code.
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 |