Class: Aws::SecurityIR::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


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_secondsInteger

The number of seconds after which to retry the request.

Returns:

  • (Integer)


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