Class: Aws::WorkMail::Types::OrganizationStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::OrganizationStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The organization must have a valid state to perform certain operations on the organization or its members.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-workmail/types.rb', line 4203 class OrganizationStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |