Class: Aws::DocDBElastic::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
An exception that occurs when there are not sufficient permissions to perform an action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
An error message explaining why access was denied.
Instance Attribute Details
#message ⇒ String
An error message explaining why access was denied.
22 23 24 25 26 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |