Class: Aws::Inspector2::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The limit on the number of requests per second was exceeded.
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
6825 6826 6827 6828 6829 6830 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6825 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.
6825 6826 6827 6828 6829 6830 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6825 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |