Class: Aws::CloudDirectory::Types::IndexedAttributeMissingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::IndexedAttributeMissingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
An object has been attempted to be attached to an object that does not have the appropriate attribute value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3237 3238 3239 3240 3241 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3237 class IndexedAttributeMissingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |