Class: Aws::WorkMail::Types::InvalidConfigurationException

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

Overview

The configuration for a resource isn’t valid. A resource must either be able to auto-respond to requests or have at least one delegate associated that can do so on its behalf.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2883
2884
2885
2886
2887
# File 'lib/aws-sdk-workmail/types.rb', line 2883

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