Class ValidationErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- software.amazon.awssdk.core.exception.SdkException
- 
- software.amazon.awssdk.core.exception.SdkServiceException
- 
- software.amazon.awssdk.awscore.exception.AwsServiceException
- 
- software.amazon.awssdk.services.sagemakerruntime.model.SageMakerRuntimeException
- 
- software.amazon.awssdk.services.sagemakerruntime.model.ValidationErrorException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ValidationErrorException.Builder,ValidationErrorException>
 
 @Generated("software.amazon.awssdk:codegen") public final class ValidationErrorException extends SageMakerRuntimeException implements ToCopyableBuilder<ValidationErrorException.Builder,ValidationErrorException> Inspect your request and try again. - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceValidationErrorException.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidationErrorException.Builderbuilder()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ValidationErrorException.Builder>serializableBuilderClass()ValidationErrorException.BuildertoBuilder()- 
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceExceptionawsErrorDetails, getMessage, isClockSkewException, isThrottlingException
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceExceptionextendedRequestId, isRetryableException, requestId, statusCode
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkExceptioncreate, numAttempts, rawMessage, retryable
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
 
- 
 
- 
- 
- 
Method Detail- 
toBuilderpublic ValidationErrorException.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<ValidationErrorException.Builder,ValidationErrorException>
- Overrides:
- toBuilderin class- SageMakerRuntimeException
 
 - 
builderpublic static ValidationErrorException.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends ValidationErrorException.Builder> serializableBuilderClass() 
 - 
sdkFieldspublic final List<SdkField<?>> sdkFields() - Specified by:
- sdkFieldsin interface- SdkPojo
- Overrides:
- sdkFieldsin class- SdkServiceException
 
 - 
sdkFieldNameToFieldpublic final Map<String,SdkField<?>> sdkFieldNameToField() - Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
 
 
- 
 
-