Class: Aws::ControlTower::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
The request was denied due to request throttling.
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 the caller should wait before retrying.
-
#service_code ⇒ String
The ID of the service that is associated with the error.
Instance Attribute Details
#message ⇒ String
1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-controltower/types.rb', line 1708 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.
1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-controltower/types.rb', line 1708 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 the caller should wait before retrying.
1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-controltower/types.rb', line 1708 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The ID of the service that is associated with the error.
1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-controltower/types.rb', line 1708 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |