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
2512 2513 2514 2515 2516 2517 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2512 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
2512 2513 2514 2515 2516 2517 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2512 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |