Class: Aws::WorkMail::Types::EntityNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::EntityNotFoundException
- 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
#message ⇒ String
1641 1642 1643 1644 1645 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1641 class EntityNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |