public class MissingParameterException extends AmazonServiceException
The request must contain the specified missing parameter.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| MissingParameterException(java.lang.String message)Constructs a new MissingParameterException with the specified error
 message. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Float | getBoxUsage()Returns the value of the BoxUsage property for this object. | 
| void | setBoxUsage(java.lang.Float boxUsage)Sets the value of the BoxUsage property for this object. | 
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodeisRetryablepublic MissingParameterException(java.lang.String message)
message - Describes the error encountered.public java.lang.Float getBoxUsage()
public void setBoxUsage(java.lang.Float boxUsage)
boxUsage - The new value for this object's BoxUsage property.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.