Class: Aws::CloudDirectory::Types::DirectoryDeletedException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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