Class: Aws::OpenSearchServerless::Types::InternalServerException

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

Overview

Thrown when an error internal to the service occurs while processing a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1307
1308
1309
1310
1311
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1307

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