Class: Aws::Odb::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3581
3582
3583
3584
3585
3586
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3581

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the request after an internal server error.

Returns:

  • (Integer)


3581
3582
3583
3584
3585
3586
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3581

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