Class: Aws::DocDBElastic::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::InternalServerException
- Defined in:
- gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb
Overview
There was an internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
751 752 753 754 755 |
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 751 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |