@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MissingParameterValueException extends AmazonGlacierException
Returned if a required header or parameter is missing from the request.
AmazonServiceException.ErrorType
Constructor and Description |
---|
MissingParameterValueException(String message)
Constructs a new MissingParameterValueException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
400 Bad Request
|
String |
getType()
Client.
|
void |
setCode(String code)
400 Bad Request
|
void |
setType(String type)
Client.
|
MissingParameterValueException |
withCode(String code)
400 Bad Request
|
MissingParameterValueException |
withType(String type)
Client.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingParameterValueException(String message)
message
- Describes the error encountered.public void setType(String type)
Client.
type
- Client.public String getType()
Client.
public MissingParameterValueException withType(String type)
Client.
type
- Client.public void setCode(String code)
400 Bad Request
code
- 400 Bad Requestpublic String getCode()
400 Bad Request
public MissingParameterValueException withCode(String code)
400 Bad Request
code
- 400 Bad RequestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.