Enum ActiveDirectoryErrorType

java.lang.Object
java.lang.Enum<ActiveDirectoryErrorType>
software.amazon.awssdk.services.fsx.model.ActiveDirectoryErrorType
All Implemented Interfaces:
Serializable, Comparable<ActiveDirectoryErrorType>

@Generated("software.amazon.awssdk:codegen") public enum ActiveDirectoryErrorType extends Enum<ActiveDirectoryErrorType>

The type of error relating to Microsoft Active Directory. NOT_FOUND means that no directory was found by specifying the given directory. INCOMPATIBLE_MODE means that the directory specified is not a Microsoft AD directory. WRONG_VPC means that the specified directory isn't accessible from the specified VPC. WRONG_STAGE means that the specified directory isn't currently in the ACTIVE state.