Class: Aws::InspectorScan::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspectorscan/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

Instance Attribute Details

#messageString

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/types.rb', line 42

class InternalServerException < Struct.new(
  :message,
  :reason,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the validation failure.

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/types.rb', line 42

class InternalServerException < Struct.new(
  :message,
  :reason,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The number of seconds to wait before retrying the request.

Returns:

  • (Integer)


42
43
44
45
46
47
48
# File 'gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/types.rb', line 42

class InternalServerException < Struct.new(
  :message,
  :reason,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end