@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardInvalidInputErrorException extends AmazonCloudWatchException
Some part of the dashboard data is invalid.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
DashboardInvalidInputErrorException(String message)
Constructs a new DashboardInvalidInputErrorException with the specified error message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<DashboardValidationMessage> | 
getDashboardValidationMessages()  | 
void | 
setDashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)  | 
DashboardInvalidInputErrorException | 
withDashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)  | 
DashboardInvalidInputErrorException | 
withDashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages)
 NOTE: This method appends the values to the existing list (if any). 
 | 
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DashboardInvalidInputErrorException(String message)
message - Describes the error encountered.public List<DashboardValidationMessage> getDashboardValidationMessages()
public void setDashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)
dashboardValidationMessages - public DashboardInvalidInputErrorException withDashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages)
 NOTE: This method appends the values to the existing list (if any). Use
 setDashboardValidationMessages(java.util.Collection) or
 withDashboardValidationMessages(java.util.Collection) if you want to override the existing values.
 
dashboardValidationMessages - public DashboardInvalidInputErrorException withDashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)
dashboardValidationMessages - Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.