Class: Aws::WorkDocs::Types::FailedDependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::FailedDependencyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
The Directory Service cannot reach an on-premises instance. Or a dependency under the control of the organization is failing, such as a connected Active Directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1584 class FailedDependencyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |