Class: Aws::Glue::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ErrorDetails
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
An object containing error details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for an error.
-
#error_message ⇒ String
The error message for an error.
Instance Attribute Details
#error_code ⇒ String
The error code for an error.
7458 7459 7460 7461 7462 7463 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7458 class ErrorDetails < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message for an error.
7458 7459 7460 7461 7462 7463 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7458 class ErrorDetails < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |