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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 184

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