@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, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public ActiveDirectoryErrorException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<ActiveDirectoryErrorException.Builder,ActiveDirectoryErrorException>
toBuilder
in class FSxException
public 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()
.
ActiveDirectoryErrorType
public 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()
.
ActiveDirectoryErrorType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.