Class: Aws::CloudDirectory::Types::DirectoryDeletedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DirectoryDeletedException
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2614 2615 2616 2617 2618 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2614 class DirectoryDeletedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |