@Generated(value="software.amazon.awssdk:codegen") public final class ValidationException extends MediaPackageV2Exception implements ToCopyableBuilder<ValidationException.Builder,ValidationException>
The input failed to meet the constraints specified by the AWS service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValidationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ValidationException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ValidationException.Builder> |
serializableBuilderClass() |
ValidationException.Builder |
toBuilder() |
ValidationExceptionType |
validationExceptionType()
The type of ValidationException.
|
String |
validationExceptionTypeAsString()
The type of ValidationException.
|
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 ValidationException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ValidationException.Builder,ValidationException>toBuilder in class MediaPackageV2Exceptionpublic static ValidationException.Builder builder()
public static Class<? extends ValidationException.Builder> serializableBuilderClass()
public ValidationExceptionType validationExceptionType()
The type of ValidationException.
If the service returns an enum value that is not available in the current SDK version,
validationExceptionType will return ValidationExceptionType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from validationExceptionTypeAsString().
ValidationExceptionTypepublic String validationExceptionTypeAsString()
The type of ValidationException.
If the service returns an enum value that is not available in the current SDK version,
validationExceptionType will return ValidationExceptionType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from validationExceptionTypeAsString().
ValidationExceptionTypeCopyright © 2023. All rights reserved.