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
2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2668 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2668 class ErrorDetails < Struct.new( :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |