@Generated(value="software.amazon.awssdk:codegen") public final class ServiceAlreadyExistsException extends ServiceDiscoveryException implements ToCopyableBuilder<ServiceAlreadyExistsException.Builder,ServiceAlreadyExistsException>
The service can't be created because a service with the same name already exists.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceAlreadyExistsException.Builder |
builder() |
String |
creatorRequestId()
The
CreatorRequestId that was used to create the service. |
static Class<? extends ServiceAlreadyExistsException.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the existing service.
|
ServiceAlreadyExistsException.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 ServiceAlreadyExistsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<ServiceAlreadyExistsException.Builder,ServiceAlreadyExistsException>toBuilder in class ServiceDiscoveryExceptionpublic static ServiceAlreadyExistsException.Builder builder()
public static Class<? extends ServiceAlreadyExistsException.Builder> serializableBuilderClass()
public String creatorRequestId()
The CreatorRequestId that was used to create the service.
CreatorRequestId that was used to create the service.public String serviceId()
The ID of the existing service.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.