@Generated(value="software.amazon.awssdk:codegen") public final class ActiveDirectoryErrorException extends FSxException implements ToCopyableBuilder<ActiveDirectoryErrorException.Builder,ActiveDirectoryErrorException>
An Active Directory error.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActiveDirectoryErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activeDirectoryId()
The directory ID of the directory that an error pertains to.
|
static ActiveDirectoryErrorException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActiveDirectoryErrorException.Builder> |
serializableBuilderClass() |
ActiveDirectoryErrorException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
ActiveDirectoryErrorType |
type()
The type of Active Directory error.
|
String |
typeAsString()
The type of Active Directory error.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic ActiveDirectoryErrorException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<ActiveDirectoryErrorException.Builder,ActiveDirectoryErrorException>toBuilder in class FSxExceptionpublic static ActiveDirectoryErrorException.Builder builder()
public static Class<? extends ActiveDirectoryErrorException.Builder> serializableBuilderClass()
public String activeDirectoryId()
The directory ID of the directory that an error pertains to.
public ActiveDirectoryErrorType type()
The type of Active Directory error.
If the service returns an enum value that is not available in the current SDK version, type will return
ActiveDirectoryErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ActiveDirectoryErrorTypepublic String typeAsString()
The type of Active Directory error.
If the service returns an enum value that is not available in the current SDK version, type will return
ActiveDirectoryErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ActiveDirectoryErrorTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.