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
3589 3590 3591 3592 3593 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 3589 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |