@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, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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
-