Class: Aws::CloudDirectory::Types::NotIndexException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4482
4483
4484
4485
4486
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4482

class NotIndexException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end