Class: Aws::Glue::Types::FederationSourceRetryableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FederationSourceRetryableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A federation source failed, but the operation may be retried.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
9234 9235 9236 9237 9238 |
# File 'lib/aws-sdk-glue/types.rb', line 9234 class FederationSourceRetryableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |