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.
5043 5044 5045 5046 5047 |
# File 'lib/aws-sdk-ses/types.rb', line 5043 class TrackingOptionsDoesNotExistException < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |