Class WafInvalidParameterException
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<WafInvalidParameterException.Builder,
WafInvalidParameterException>
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
field()
Returns the value of the Field property for this object.Returns the value of the Field property for this object.Returns the value of the Parameter property for this object.reason()
Returns the value of the Reason property for this object.Returns the value of the Reason property for this object.static Class
<? extends WafInvalidParameterException.Builder> Create aAwsServiceException.Builder
initialized with the properties of thisAwsServiceException
.Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, isRetryableException, requestId, statusCode
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
toBuilder
Description copied from class:AwsServiceException
Create aAwsServiceException.Builder
initialized with the properties of thisAwsServiceException
.- Specified by:
toBuilder
in interfaceToCopyableBuilder<WafInvalidParameterException.Builder,
WafInvalidParameterException> - Overrides:
toBuilder
in classWafException
- Returns:
- A new builder initialized with this config's properties.
-
builder
-
serializableBuilderClass
-
field
Returns the value of the Field property for this object.If the service returns an enum value that is not available in the current SDK version,
field
will returnParameterExceptionField.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfieldAsString()
.- Returns:
- The value of the Field property for this object.
- See Also:
-
fieldAsString
Returns the value of the Field property for this object.If the service returns an enum value that is not available in the current SDK version,
field
will returnParameterExceptionField.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfieldAsString()
.- Returns:
- The value of the Field property for this object.
- See Also:
-
parameter
Returns the value of the Parameter property for this object.- Returns:
- The value of the Parameter property for this object.
-
reason
Returns the value of the Reason property for this object.If the service returns an enum value that is not available in the current SDK version,
reason
will returnParameterExceptionReason.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromreasonAsString()
.- Returns:
- The value of the Reason property for this object.
- See Also:
-
reasonAsString
Returns the value of the Reason property for this object.If the service returns an enum value that is not available in the current SDK version,
reason
will returnParameterExceptionReason.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromreasonAsString()
.- Returns:
- The value of the Reason property for this object.
- See Also:
-
sdkFields
- Specified by:
sdkFields
in interfaceSdkPojo
- Overrides:
sdkFields
in classSdkServiceException
- Returns:
- List of
SdkField
in this POJO. May be empty list but should never be null.
-