public class ConfigurationSetSendingPausedException extends AmazonServiceException
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(java.lang.String message)
Constructs a new ConfigurationSetSendingPausedException with the
specified error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationSetName()
The name of the configuration set for which email sending is disabled.
|
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set for which email sending is disabled.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public ConfigurationSetSendingPausedException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getConfigurationSetName()
The name of the configuration set for which email sending is disabled.
The name of the configuration set for which email sending is disabled.
public void setConfigurationSetName(java.lang.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.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.