Class InvalidRequestContentException
- 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.lambda.model.LambdaException
- 
- software.amazon.awssdk.services.lambda.model.InvalidRequestContentException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<InvalidRequestContentException.Builder,InvalidRequestContentException>
 
 @Generated("software.amazon.awssdk:codegen") public final class InvalidRequestContentException extends LambdaException implements ToCopyableBuilder<InvalidRequestContentException.Builder,InvalidRequestContentException> The request body could not be parsed as JSON, or a request header is invalid. For example, the 'x-amzn-RequestId' header is not a valid UUID string. - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceInvalidRequestContentException.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidRequestContentException.Builderbuilder()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InvalidRequestContentException.Builder>serializableBuilderClass()InvalidRequestContentException.BuildertoBuilder()Stringtype()The exception type.- 
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 InvalidRequestContentException.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<InvalidRequestContentException.Builder,InvalidRequestContentException>
- Overrides:
- toBuilderin class- LambdaException
 
 - 
builderpublic static InvalidRequestContentException.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends InvalidRequestContentException.Builder> serializableBuilderClass() 
 - 
typepublic String type() The exception type. - Returns:
- The exception type.
 
 - 
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
 
 
- 
 
-