Class: Aws::OpenSearchServerless::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::ValidationException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2732 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |