Class: Aws::OpenSearchService::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Additional information if the package is in an error state. Null otherwise.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
A message describing the error.
-
#error_type ⇒ String
The type of error that occurred.
Instance Attribute Details
#error_message ⇒ String
A message describing the error.
3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3846 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
The type of error that occurred.
3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3846 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |