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)


3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3836

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)


3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3836

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