Class: Aws::WorkMail::Types::EntityNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::EntityNotFoundException
- Includes:
- Structure
- Defined in:
- 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
2144 2145 2146 2147 2148 |
# File 'lib/aws-sdk-workmail/types.rb', line 2144 class EntityNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |