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
8446 8447 8448 8449 8450 8451 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8446 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.
8446 8447 8448 8449 8450 8451 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8446 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |