Class: Aws::LakeFormation::Types::ResourceNotReadyException

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 a resource which is not ready for a transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


2949
2950
2951
2952
2953
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2949

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