Class: Aws::CloudDirectory::Types::ObjectNotDetachedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ObjectNotDetachedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that the requested operation cannot be completed because the object has not been detached from the tree.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4614 4615 4616 4617 4618 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4614 class ObjectNotDetachedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |