Class: Aws::DirectoryServiceData::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservicedata/types.rb
Overview
The operation didn’t succeed because an internal error occurred. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
847 848 849 850 851 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 847 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |