Class: Aws::CloudDirectory::Types::NotNodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::NotNodeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Occurs when any invalid operations are performed on an object that is not a node, such as calling ‘ListObjectChildren` for a leaf node object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4497 4498 4499 4500 4501 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4497 class NotNodeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |