@Generated(value="software.amazon.awssdk:codegen") public final class FederationSourceException extends GlueException implements ToCopyableBuilder<FederationSourceException.Builder,FederationSourceException>
A federation source failed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FederationSourceException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FederationSourceException.Builder |
builder() |
FederationSourceErrorCode |
federationSourceErrorCode()
The error code of the problem.
|
String |
federationSourceErrorCodeAsString()
The error code of the problem.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FederationSourceException.Builder> |
serializableBuilderClass() |
FederationSourceException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic FederationSourceException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FederationSourceException.Builder,FederationSourceException>toBuilder in class GlueExceptionpublic static FederationSourceException.Builder builder()
public static Class<? extends FederationSourceException.Builder> serializableBuilderClass()
public FederationSourceErrorCode federationSourceErrorCode()
The error code of the problem.
If the service returns an enum value that is not available in the current SDK version,
federationSourceErrorCode will return FederationSourceErrorCode.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from federationSourceErrorCodeAsString().
FederationSourceErrorCodepublic String federationSourceErrorCodeAsString()
The error code of the problem.
If the service returns an enum value that is not available in the current SDK version,
federationSourceErrorCode will return FederationSourceErrorCode.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from federationSourceErrorCodeAsString().
FederationSourceErrorCodeCopyright © 2023. All rights reserved.