Class: Aws::Glue::Types::FederatedResourceAlreadyExistsException

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

Overview

A federated resource already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_glue_resourceString

The associated Glue resource already exists.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9047

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

#messageString

The message describing the problem.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9047

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