Class: Aws::CloudDirectory::Types::UnsupportedIndexTypeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Indicates that the requested index type is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5233
5234
5235
5236
5237
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5233

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