Class: Aws::LakeFormation::Types::WorkUnitsNotReadyYetException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Contains details about an error related to work units not being ready.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


3774
3775
3776
3777
3778
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3774

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