Class: Aws::Glue::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ErrorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Contains details about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The code associated with this error.
-
#error_message ⇒ String
A message describing the error.
Instance Attribute Details
#error_code ⇒ String
The code associated with this error.
8960 8961 8962 8963 8964 8965 |
# File 'lib/aws-sdk-glue/types.rb', line 8960 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message describing the error.
8960 8961 8962 8963 8964 8965 |
# File 'lib/aws-sdk-glue/types.rb', line 8960 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |