@Generated(value="software.amazon.awssdk:codegen") public final class WafConfigurationWarningException extends Wafv2Exception implements ToCopyableBuilder<WafConfigurationWarningException.Builder,WafConfigurationWarningException>
The operation failed because you are inspecting the web request body, headers, or cookies without specifying how to
handle oversize components. Rules that inspect the body must either provide an OversizeHandling
configuration or they must be preceded by a SizeConstraintStatement that blocks the body content from
being too large. Rules that inspect the headers or cookies must provide an OversizeHandling
configuration.
Provide the handling configuration and retry your operation.
Alternately, you can suppress this warning by adding the following tag to the resource that you provide to this
operation: Tag (key:WAF:OversizeFieldsHandlingConstraintOptOut, value:true).
| Modifier and Type | Class and Description |
|---|---|
static interface |
WafConfigurationWarningException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WafConfigurationWarningException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WafConfigurationWarningException.Builder> |
serializableBuilderClass() |
WafConfigurationWarningException.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 WafConfigurationWarningException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WafConfigurationWarningException.Builder,WafConfigurationWarningException>toBuilder in class Wafv2Exceptionpublic static WafConfigurationWarningException.Builder builder()
public static Class<? extends WafConfigurationWarningException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.