Class: Aws::InspectorScan::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InspectorScan::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspectorscan/types.rb
Overview
The request processing has failed because of an unknown error, exception or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the validation failure.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
Instance Attribute Details
#message ⇒ String
42 43 44 45 46 47 48 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 42 class InternalServerException < Struct.new( :message, :reason, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation failure.
42 43 44 45 46 47 48 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 42 class InternalServerException < Struct.new( :message, :reason, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
42 43 44 45 46 47 48 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 42 class InternalServerException < Struct.new( :message, :reason, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |