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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


17018
17019
17020
17021
17022
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17018

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