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.
11119 11120 11121 11122 11123 11124 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11119 class FederatedResourceAlreadyExistsException < Struct.new( :message, :associated_glue_resource) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message describing the problem.
11119 11120 11121 11122 11123 11124 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11119 class FederatedResourceAlreadyExistsException < Struct.new( :message, :associated_glue_resource) SENSITIVE = [] include Aws::Structure end |