Class: Aws::WorkMail::Types::InvalidCustomSesConfigurationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

You SES configuration has customizations that WorkMail cannot save. The error message lists the invalid setting. For examples of invalid settings, refer to [CreateReceiptRule].

[1]: docs.aws.amazon.com/ses/latest/APIReference/API_CreateReceiptRule.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2902
2903
2904
2905
2906
# File 'lib/aws-sdk-workmail/types.rb', line 2902

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