Class: Aws::OpenSearchService::Types::BaseException

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

Overview

An error occurred while processing the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description of the error.

Returns:

  • (String)


1041
1042
1043
1044
1045
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1041

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