Class: Aws::Glue::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An internal server 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.
15760 15761 15762 15763 15764 |
# File 'lib/aws-sdk-glue/types.rb', line 15760 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |