Class: Aws::OpenSearchServerless::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1317 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |