Class: Aws::SES::Types::TrackingOptionsAlreadyExistsException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuration_set_nameString

Indicates that a TrackingOptions object already exists in the specified configuration set.

Returns:

  • (String)


4956
4957
4958
4959
4960
# File 'lib/aws-sdk-ses/types.rb', line 4956

class TrackingOptionsAlreadyExistsException < Struct.new(
  :configuration_set_name)
  SENSITIVE = []
  include Aws::Structure
end