Class: Aws::Glue::Types::FederatedResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FederatedResourceAlreadyExistsException
- 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
-
#associated_glue_resource ⇒ String
The associated Glue resource already exists.
-
#message ⇒ String
The message describing the problem.
Instance Attribute Details
#associated_glue_resource ⇒ String
The associated Glue resource already exists.
10514 10515 10516 10517 10518 10519 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10514 class FederatedResourceAlreadyExistsException < Struct.new( :message, :associated_glue_resource) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message describing the problem.
10514 10515 10516 10517 10518 10519 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10514 class FederatedResourceAlreadyExistsException < Struct.new( :message, :associated_glue_resource) SENSITIVE = [] include Aws::Structure end |