Class: Aws::SES::Types::TrackingOptionsDoesNotExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::TrackingOptionsDoesNotExistException
- 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
-
#configuration_set_name ⇒ String
Indicates that a TrackingOptions object does not exist in the specified configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
Indicates that a TrackingOptions object does not exist in the specified configuration set.
4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-ses/types.rb', line 4996 class TrackingOptionsDoesNotExistException < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |