Class: Aws::LakeFormation::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/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)


2071
2072
2073
2074
2075
# File 'lib/aws-sdk-lakeformation/types.rb', line 2071

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