Class: Aws::Inspector2::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The request has failed due to an internal failure of the Amazon Inspector service.
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
4325 4326 4327 4328 4329 4330 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4325 class InternalServerException < 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.
4325 4326 4327 4328 4329 4330 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4325 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |