Class: Aws::Glue::Types::FederationSourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FederationSourceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A federation source failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#federation_source_error_code ⇒ String
The error code of the problem.
-
#message ⇒ String
The message describing the problem.
Instance Attribute Details
#federation_source_error_code ⇒ String
The error code of the problem.
9219 9220 9221 9222 9223 9224 |
# File 'lib/aws-sdk-glue/types.rb', line 9219 class FederationSourceException < Struct.new( :federation_source_error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message describing the problem.
9219 9220 9221 9222 9223 9224 |
# File 'lib/aws-sdk-glue/types.rb', line 9219 class FederationSourceException < Struct.new( :federation_source_error_code, :message) SENSITIVE = [] include Aws::Structure end |