Class: Aws::PcaConnectorAd::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
You can receive this error if you attempt to create a resource share when you don’t have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
124 125 126 127 128 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 124 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |