class Aws::SES::Errors::ConfigurationSetAlreadyExistsException

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::ConfigurationSetAlreadyExistsException] data

Calls superclass method
# File lib/aws-sdk-ses/errors.rb, line 116
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 121
def configuration_set_name
  @data[:configuration_set_name]
end