Class: Aws::AuditManager::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Your account isn’t registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
74 75 76 77 78 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 74 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |