Serializable
, ToCopyableBuilder<ResourceAlreadyExistsException.Builder,ResourceAlreadyExistsException>
@Generated("software.amazon.awssdk:codegen") public class ResourceAlreadyExistsException extends IoTException implements ToCopyableBuilder<ResourceAlreadyExistsException.Builder,ResourceAlreadyExistsException>
The resource already exists.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ResourceAlreadyExistsException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static ResourceAlreadyExistsException.Builder |
builder() |
|
String |
resourceArn() |
The ARN of the resource that caused the exception.
|
String |
resourceId() |
The ID of the resource that caused the exception.
|
static Class<? extends ResourceAlreadyExistsException.Builder> |
serializableBuilderClass() |
|
ResourceAlreadyExistsException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceAlreadyExistsException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResourceAlreadyExistsException.Builder,ResourceAlreadyExistsException>
public static ResourceAlreadyExistsException.Builder builder()
public static Class<? extends ResourceAlreadyExistsException.Builder> serializableBuilderClass()
public String resourceId()
The ID of the resource that caused the exception.
public String resourceArn()
The ARN of the resource that caused the exception.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.