Class: Aws::PCS::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
Your request exceeded a request rate quota. Check the resource’s request rate quota and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
Instance Attribute Details
#message ⇒ String
1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-pcs/types.rb', line 1698 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-pcs/types.rb', line 1698 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |