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
5600 5601 5602 5603 5604 5605 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5600 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.
5600 5601 5602 5603 5604 5605 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5600 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |