Class: Aws::CloudSearchDomain::Types::SearchException

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

Overview

Information about any problems encountered while processing a search request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description of the error returned by the search service.

Returns:

  • (String)


221
222
223
224
225
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 221

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