class Aws::SES::Errors::TrackingOptionsDoesNotExistException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::SES::Types::TrackingOptionsDoesNotExistException] data

Calls superclass method
# File lib/aws-sdk-ses/errors.rb, line 546
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Public Instance Methods

configuration_set_name() click to toggle source

@return [String]

# File lib/aws-sdk-ses/errors.rb, line 551
def configuration_set_name
  @data[:configuration_set_name]
end