Class: Aws::CloudDirectory::Types::InvalidAttachmentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::InvalidAttachmentException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3287 3288 3289 3290 3291 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3287 class InvalidAttachmentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |