Class: Aws::Glue::Types::IntegrationNotFoundFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IntegrationNotFoundFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The specified integration could not be found.
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.
15713 15714 15715 15716 15717 |
# File 'lib/aws-sdk-glue/types.rb', line 15713 class IntegrationNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |