Class: Aws::Glue::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::InternalServerException
- Defined in:
- gems/aws-sdk-glue/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.
17004 17005 17006 17007 17008 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17004 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |