Class: Aws::Odb::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::InternalServerException
- 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
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request after an internal server error.
Instance Attribute Details
#message ⇒ 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_seconds ⇒ Integer
The number of seconds to wait before retrying the request after an internal server error.
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 |