@Generated(value="software.amazon.awssdk:codegen") public final class UserImportInProgressException extends CognitoIdentityProviderException implements ToCopyableBuilder<UserImportInProgressException.Builder,UserImportInProgressException>
This exception is thrown when you are trying to modify a user pool while a user import job is in progress for that pool.
Modifier and Type | Class and Description |
---|---|
static interface |
UserImportInProgressException.Builder |
Modifier and Type | Method and Description |
---|---|
static UserImportInProgressException.Builder |
builder() |
static Class<? extends UserImportInProgressException.Builder> |
serializableBuilderClass() |
UserImportInProgressException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public UserImportInProgressException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<UserImportInProgressException.Builder,UserImportInProgressException>
toBuilder
in class CognitoIdentityProviderException
public static UserImportInProgressException.Builder builder()
public static Class<? extends UserImportInProgressException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.