Class: Aws::OpenSearchServerless::Types::ValidationException

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

Overview

Thrown when the HTTP request contains invalid input or is missing required input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2607
2608
2609
2610
2611
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2607

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