@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
|
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, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic MissingParameterValueException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<MissingParameterValueException.Builder,MissingParameterValueException>toBuilder in class GlacierExceptionpublic static MissingParameterValueException.Builder builder()
public static Class<? extends MissingParameterValueException.Builder> serializableBuilderClass()
public String type()
Client.
public String code()
400 Bad Request
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.