Class: Aws::Glue::Types::InvalidIntegrationStateFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::InvalidIntegrationStateFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The integration is in an invalid state.
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.
15808 15809 15810 15811 15812 |
# File 'lib/aws-sdk-glue/types.rb', line 15808 class InvalidIntegrationStateFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |