Class: Aws::CloudSearch::Types::BaseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::BaseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
An error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A machine-parsable string error or warning code.
-
#message ⇒ String
A human-readable string error or warning message.
Instance Attribute Details
#code ⇒ String
A machine-parsable string error or warning code.
184 185 186 187 188 189 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 184 class BaseException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable string error or warning message.
184 185 186 187 188 189 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 184 class BaseException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |