@Generated(value="software.amazon.awssdk:codegen") public 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()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic ServiceAlreadyExistsException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ServiceAlreadyExistsException.Builder,ServiceAlreadyExistsException>public 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.