Class: Aws::SES::Types::TrackingOptionsDoesNotExistException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Indicates that the TrackingOptions object you specified does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

Indicates that a TrackingOptions object does not exist in the specified configuration set.

Returns:

  • (String)


4972
4973
4974
4975
4976
# File 'lib/aws-sdk-ses/types.rb', line 4972

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