Class: Aws::DocDBElastic::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-docdbelastic/types.rb

Overview

There was an internal server error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


751
752
753
754
755
# File 'lib/aws-sdk-docdbelastic/types.rb', line 751

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