@Generated(value="software.amazon.awssdk:codegen") public final class CertificateInUseException extends DirectoryException implements ToCopyableBuilder<CertificateInUseException.Builder,CertificateInUseException>
The certificate is being used for the LDAP security connection and cannot be removed without disabling LDAP security.
Modifier and Type | Class and Description |
---|---|
static interface |
CertificateInUseException.Builder |
Modifier and Type | Method and Description |
---|---|
static CertificateInUseException.Builder |
builder() |
String |
requestIdValue()
Returns the value of the RequestId property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CertificateInUseException.Builder> |
serializableBuilderClass() |
CertificateInUseException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public CertificateInUseException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<CertificateInUseException.Builder,CertificateInUseException>
toBuilder
in class DirectoryException
public static CertificateInUseException.Builder builder()
public static Class<? extends CertificateInUseException.Builder> serializableBuilderClass()
public String requestIdValue()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.