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.
      5027 5028 5029 5030 5031  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 5027 class TrackingOptionsAlreadyExistsException < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end  |