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

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


3906
3907
3908
3909
3910
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3906

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