Class: Aws::SecurityIR::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::InternalServerException
- Defined in:
- gems/aws-sdk-securityir/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.
835 836 837 838 839 840 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 835 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.
835 836 837 838 839 840 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 835 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |