Class: Aws::CloudDirectory::Types::NotIndexException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::NotIndexException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that the requested operation can only operate on index objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4482 4483 4484 4485 4486 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4482 class NotIndexException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |