Class: Aws::SES::Types::CannotDeleteException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::CannotDeleteException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Indicates that the delete operation could not be completed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates that a resource could not be deleted because no resource with the specified name exists.
 
Instance Attribute Details
#name ⇒ String
Indicates that a resource could not be deleted because no resource with the specified name exists.
      343 344 345 346 347  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 343 class CannotDeleteException < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |