@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationSetSendingPausedException extends AmazonSimpleEmailServiceException
Indicates that email sending is disabled for the configuration set.
You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ConfigurationSetSendingPausedException(String message)
Constructs a new ConfigurationSetSendingPausedException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationSetName()
The name of the configuration set for which email sending is disabled.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set for which email sending is disabled.
|
ConfigurationSetSendingPausedException |
withConfigurationSetName(String configurationSetName)
The name of the configuration set for which email sending is disabled.
|
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 ConfigurationSetSendingPausedException(String message)
message
- Describes the error encountered.public void setConfigurationSetName(String configurationSetName)
The name of the configuration set for which email sending is disabled.
configurationSetName
- The name of the configuration set for which email sending is disabled.public String getConfigurationSetName()
The name of the configuration set for which email sending is disabled.
public ConfigurationSetSendingPausedException withConfigurationSetName(String configurationSetName)
The name of the configuration set for which email sending is disabled.
configurationSetName
- The name of the configuration set for which email sending is disabled.