Class: Aws::SES::Types::ConfigurationSetSendingPausedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ConfigurationSetSendingPausedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that email sending is disabled for the configuration set.
You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set for which email sending is disabled.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set for which email sending is disabled.
535 536 537 538 539 |
# File 'lib/aws-sdk-ses/types.rb', line 535 class ConfigurationSetSendingPausedException < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |