Class: Aws::MailManager::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Occurs when a requested resource is not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3516 3517 3518 3519 3520 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3516 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |