Class: Aws::SES::Types::TrackingOptionsAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::TrackingOptionsAlreadyExistsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that the configuration set you specified already contains a TrackingOptions object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
Indicates that a TrackingOptions object already exists in the specified configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
Indicates that a TrackingOptions object already exists in the specified configuration set.
4980 4981 4982 4983 4984 |
# File 'lib/aws-sdk-ses/types.rb', line 4980 class TrackingOptionsAlreadyExistsException < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |