Class: Aws::Glue::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An internal service error occurred.
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.
17882 17883 17884 17885 17886 |
# File 'lib/aws-sdk-glue/types.rb', line 17882 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |