Class: Aws::SES::Types::AlreadyExistsException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::AlreadyExistsException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Indicates that a resource could not be created because of a naming conflict.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates that a resource could not be created because the resource name already exists.
 
Instance Attribute Details
#name ⇒ String
Indicates that a resource could not be created because the resource name already exists.
      64 65 66 67 68  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 64 class AlreadyExistsException < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |