Class: Aws::WorkMail::Types::InvalidConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::InvalidConfigurationException
- 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
#message ⇒ 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 |