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.
3473 3474 3475 3476 3477 |
# File 'lib/aws-sdk-ses/types.rb', line 3473 class RuleSetDoesNotExistException < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |