Class: Aws::SES::Types::ConfigurationSetDoesNotExistException

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

Overview

Indicates that the configuration set does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

Indicates that the configuration set does not exist.

Returns:

  • (String)


517
518
519
520
521
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 517

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