Class: Aws::Glue::Types::IntegrationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IntegrationError
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
An error associated with a zero-ETL integration.
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.
16963 16964 16965 16966 16967 16968 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16963 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message describing the error.
16963 16964 16965 16966 16967 16968 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16963 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |