Class: Aws::SES::Types::ConfigurationSetAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ConfigurationSetAlreadyExistsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that the configuration set could not be created because of a naming conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
Indicates that the configuration set does not exist.
Instance Attribute Details
#configuration_set_name ⇒ String
Indicates that the configuration set does not exist.
503 504 505 506 507 |
# File 'lib/aws-sdk-ses/types.rb', line 503 class ConfigurationSetAlreadyExistsException < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |