Class: Aws::SES::Errors::CannotDeleteException Deprecated
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SES::Errors::CannotDeleteException
 
- Defined in:
- lib/aws-sdk-ses/errors.rb
Overview
Deprecated. 
  This error class is not used during parsing. Please use ‘CannotDelete` instead.
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ CannotDeleteException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CannotDeleteException. 
- #name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CannotDeleteException
Returns a new instance of CannotDeleteException.
| 134 135 136 | # File 'lib/aws-sdk-ses/errors.rb', line 134 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#name ⇒ String
| 139 140 141 | # File 'lib/aws-sdk-ses/errors.rb', line 139 def name @data[:name] end |