Class: Aws::LakeFormation::Types::GlueEncryptionException

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

Overview

An encryption operation failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


1850
1851
1852
1853
1854
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1850

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