Class: Aws::SES::Types::RuleDoesNotExistException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb

Overview

Indicates that the provided receipt rule does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Indicates that the named receipt rule does not exist.

Returns:

  • (String)


3459
3460
3461
3462
3463
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3459

class RuleDoesNotExistException < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end