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)


3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3829

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)


3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3829

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