Class: Aws::SecurityIR::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::InternalServerException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
-
#retry_after_seconds ⇒ Integer
The number of seconds after which to retry the request.
Instance Attribute Details
#message ⇒ String
The exception message.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-securityir/types.rb', line 869 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds after which to retry the request.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-securityir/types.rb', line 869 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |