Class: Aws::WorkMail::Types::EntityNotFoundException

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

Overview

The identifier supplied for the user, group, or resource does not exist in your organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1993
1994
1995
1996
1997
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1993

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