@Generated(value="software.amazon.awssdk:codegen") public final class MissingParameterValueException extends GlacierException implements ToCopyableBuilder<MissingParameterValueException.Builder,MissingParameterValueException>
Returned if a required header or parameter is missing from the request.
Modifier and Type | Class and Description |
---|---|
static interface |
MissingParameterValueException.Builder |
Modifier and Type | Method and Description |
---|---|
static MissingParameterValueException.Builder |
builder() |
String |
code()
400 Bad Request
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MissingParameterValueException.Builder> |
serializableBuilderClass() |
MissingParameterValueException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
String |
type()
Client.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public MissingParameterValueException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<MissingParameterValueException.Builder,MissingParameterValueException>
toBuilder
in class GlacierException
public static MissingParameterValueException.Builder builder()
public static Class<? extends MissingParameterValueException.Builder> serializableBuilderClass()
public String type()
Client.
public String code()
400 Bad Request
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.