Class: Aws::Glue::Types::FederationSourceException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A federation source failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#federation_source_error_codeString

The error code of the problem.

Returns:

  • (String)


10535
10536
10537
10538
10539
10540
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10535

class FederationSourceException < Struct.new(
  :federation_source_error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message describing the problem.

Returns:

  • (String)


10535
10536
10537
10538
10539
10540
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10535

class FederationSourceException < Struct.new(
  :federation_source_error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end