@Generated(value="software.amazon.awssdk:codegen") public final class NamespaceAlreadyExistsException extends ServiceDiscoveryException implements ToCopyableBuilder<NamespaceAlreadyExistsException.Builder,NamespaceAlreadyExistsException>
The namespace that you're trying to create already exists.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NamespaceAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceAlreadyExistsException.Builder |
builder() |
String |
creatorRequestId()
The
CreatorRequestId that was used to create the namespace. |
String |
namespaceId()
The ID of the existing namespace.
|
static Class<? extends NamespaceAlreadyExistsException.Builder> |
serializableBuilderClass() |
NamespaceAlreadyExistsException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic NamespaceAlreadyExistsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<NamespaceAlreadyExistsException.Builder,NamespaceAlreadyExistsException>toBuilder in class ServiceDiscoveryExceptionpublic static NamespaceAlreadyExistsException.Builder builder()
public static Class<? extends NamespaceAlreadyExistsException.Builder> serializableBuilderClass()
public String creatorRequestId()
The CreatorRequestId that was used to create the namespace.
CreatorRequestId that was used to create the namespace.public String namespaceId()
The ID of the existing namespace.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.