@Generated(value="software.amazon.awssdk:codegen") public final class InvalidRequestException extends NetworkFirewallException implements ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>
The operation failed because of a problem with your request. Examples include:
You specified an unsupported parameter name or value.
You tried to update a property with a value that isn't among the available types.
Your request references an ARN that is malformed, or corresponds to a resource that isn't valid in the context of the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidRequestException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidRequestException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidRequestException.Builder> |
serializableBuilderClass() |
InvalidRequestException.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 InvalidRequestException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>toBuilder in class NetworkFirewallExceptionpublic static InvalidRequestException.Builder builder()
public static Class<? extends InvalidRequestException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.