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
2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 2612 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |