Class: Aws::InspectorScan::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InspectorScan::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspectorscan/types.rb
Overview
The request was denied due to request throttling.
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
91 92 93 94 95 96 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 91 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.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 91 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |