Class: Aws::WorkMail::Types::OrganizationNotFoundException

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

Overview

An operation received a valid organization identifier that either doesn’t belong or exist in the system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4189
4190
4191
4192
4193
# File 'lib/aws-sdk-workmail/types.rb', line 4189

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