Class: Aws::LakeFormation::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Access to a resource was denied.
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.
21 22 23 24 25 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |