#[non_exhaustive]pub struct WafConfigurationWarningException { /* private fields */ }
Expand description
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
).
Implementations§
source§impl WafConfigurationWarningException
impl WafConfigurationWarningException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WafConfigurationWarningException
.
Trait Implementations§
source§impl Clone for WafConfigurationWarningException
impl Clone for WafConfigurationWarningException
source§fn clone(&self) -> WafConfigurationWarningException
fn clone(&self) -> WafConfigurationWarningException
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Error for WafConfigurationWarningException
impl Error for WafConfigurationWarningException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl PartialEq<WafConfigurationWarningException> for WafConfigurationWarningException
impl PartialEq<WafConfigurationWarningException> for WafConfigurationWarningException
source§fn eq(&self, other: &WafConfigurationWarningException) -> bool
fn eq(&self, other: &WafConfigurationWarningException) -> bool
self
and other
values to be equal, and is used
by ==
.