Class: Aws::Glue::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

An internal service error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


11896
11897
11898
11899
11900
# File 'lib/aws-sdk-glue/types.rb', line 11896

class InternalServiceException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end