Class: Aws::WorkMail::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The resource cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4839 4840 4841 4842 4843 |
# File 'lib/aws-sdk-workmail/types.rb', line 4839 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |