Class WafInvalidParameterException
- 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.waf.model.WafException
-
- software.amazon.awssdk.services.waf.model.WafInvalidParameterException
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WafInvalidParameterException.Builder,WafInvalidParameterException>
@Generated("software.amazon.awssdk:codegen") public final class WafInvalidParameterException extends WafException implements 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 thanINSERTorDELETE. -
You tried to create a
WebACLwith aDefaultActionTypeother thanALLOW,BLOCK, orCOUNT. -
You tried to create a
RateBasedRulewith aRateKeyvalue other thanIP. -
You tried to update a
WebACLwith aWafActionTypeother thanALLOW,BLOCK, orCOUNT. -
You tried to update a
ByteMatchSetwith aFieldToMatchTypeother than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSetwith aFieldofHEADERbut 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWafInvalidParameterException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WafInvalidParameterException.Builderbuilder()ParameterExceptionFieldfield()Returns the value of the Field property for this object.StringfieldAsString()Returns the value of the Field property for this object.Stringparameter()Returns the value of the Parameter property for this object.ParameterExceptionReasonreason()Returns the value of the Reason property for this object.StringreasonAsString()Returns the value of the Reason property for this object.List<SdkField<?>>sdkFields()static Class<? extends WafInvalidParameterException.Builder>serializableBuilderClass()WafInvalidParameterException.BuildertoBuilder()-
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, 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
clone, equals, finalize, 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 Detail
-
toBuilder
public WafInvalidParameterException.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WafInvalidParameterException.Builder,WafInvalidParameterException>- Overrides:
toBuilderin classWafException
-
builder
public static WafInvalidParameterException.Builder builder()
-
serializableBuilderClass
public static Class<? extends WafInvalidParameterException.Builder> serializableBuilderClass()
-
field
public ParameterExceptionField 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,
fieldwill 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:
ParameterExceptionField
-
fieldAsString
public String 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,
fieldwill 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:
ParameterExceptionField
-
parameter
public String parameter()
Returns the value of the Parameter property for this object.- Returns:
- The value of the Parameter property for this object.
-
reason
public ParameterExceptionReason 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,
reasonwill 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:
ParameterExceptionReason
-
reasonAsString
public String 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,
reasonwill 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:
ParameterExceptionReason
-
-