Class: Aws::CloudDirectory::Types::NotIndexException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::NotIndexException
- Defined in:
- gems/aws-sdk-clouddirectory/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
6952 6953 6954 6955 6956 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 6952 class NotIndexException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |