Class: Aws::WorkMail::Types::OrganizationStateException

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

#messageString

Returns:

  • (String)


3920
3921
3922
3923
3924
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3920

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