Class: Aws::ElasticsearchService::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error_message ⇒ String
2387 2388 2389 2390 2391 2392 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2387 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
2387 2388 2389 2390 2391 2392 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2387 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |