Class: Aws::CloudSearch::Types::BaseException

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

Instance Attribute Details

#codeString

A machine-parsable string error or warning code.

Returns:

  • (String)


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

#messageString

A human-readable string error or warning message.

Returns:

  • (String)


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