Class: Aws::SES::Errors::AlreadyExistsException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SES::Errors::AlreadyExistsException
 
 
- Defined in:
 - lib/aws-sdk-ses/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ AlreadyExistsException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AlreadyExistsException.
 - #name ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsException
Returns a new instance of AlreadyExistsException.
      86 87 88  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 86 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#name ⇒ String
      91 92 93  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 91 def name @data[:name] end  |