Class: Aws::LakeFormation::Types::GlueEncryptionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GlueEncryptionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
An encryption operation failed.
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.
2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2027 class GlueEncryptionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |