@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApprovalRuleTemplateNameAlreadyExistsException extends AWSCodeCommitException
You cannot create an approval rule template with that name because a template with that name already exists in this Amazon Web Services Region for your Amazon Web Services account. Approval rule template names must be unique.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ApprovalRuleTemplateNameAlreadyExistsException(String message)
Constructs a new ApprovalRuleTemplateNameAlreadyExistsException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApprovalRuleTemplateNameAlreadyExistsException(String message)
message - Describes the error encountered.