Class: Aws::CloudSearchDomain::Types::SearchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::SearchException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
A description of the error returned by the search service.
Instance Attribute Details
#message ⇒ String
A description of the error returned by the search service.
221 222 223 224 225 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 221 class SearchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |