Class: Aws::SES::Types::RuleSetDoesNotExistException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SES::Types::RuleSetDoesNotExistException
 
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that the provided receipt rule set does not exist.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates that the named receipt rule set does not exist. 
Instance Attribute Details
#name ⇒ String
Indicates that the named receipt rule set does not exist.
| 3518 3519 3520 3521 3522 | # File 'lib/aws-sdk-ses/types.rb', line 3518 class RuleSetDoesNotExistException < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |