Class: Aws::Glue::Types::IntegrationNotFoundFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IntegrationNotFoundFault
- Defined in:
- gems/aws-sdk-glue/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.
15748 15749 15750 15751 15752 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15748 class IntegrationNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |