Class: Aws::LakeFormation::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/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.
2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2071 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |