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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2669
2670
2671
2672
2673
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2669

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