@Generated(value="software.amazon.awssdk:codegen") public final class ConflictException extends PcaConnectorAdException implements ToCopyableBuilder<ConflictException.Builder,ConflictException>
This request cannot be completed for one of the following reasons because the requested resource was being concurrently modified by another request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictException.Builder |
builder() |
String |
resourceId()
The identifier of the Amazon Web Services resource.
|
String |
resourceType()
The resource type, which can be one of
Connector, Template,
TemplateGroupAccessControlEntry, ServicePrincipalName, or
DirectoryRegistration. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConflictException.Builder> |
serializableBuilderClass() |
ConflictException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ConflictException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConflictException.Builder,ConflictException>toBuilder in class PcaConnectorAdExceptionpublic static ConflictException.Builder builder()
public static Class<? extends ConflictException.Builder> serializableBuilderClass()
public String resourceId()
The identifier of the Amazon Web Services resource.
public String resourceType()
The resource type, which can be one of Connector, Template,
TemplateGroupAccessControlEntry, ServicePrincipalName, or
DirectoryRegistration.
Connector, Template,
TemplateGroupAccessControlEntry, ServicePrincipalName, or
DirectoryRegistration.Copyright © 2023. All rights reserved.