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.
13848 13849 13850 13851 13852 |
# File 'lib/aws-sdk-glue/types.rb', line 13848 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |