Class: Aws::Organizations::Types::AccessDeniedForDependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AccessDeniedForDependencyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
The operation that you attempted requires you to have the ‘iam:CreateServiceLinkedRole` for `organizations.amazonaws.com` permission so that Organizations can create the required service-linked role. You don’t have that permission.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
92 93 94 95 96 97 |
# File 'lib/aws-sdk-organizations/types.rb', line 92 class AccessDeniedForDependencyException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
92 93 94 95 96 97 |
# File 'lib/aws-sdk-organizations/types.rb', line 92 class AccessDeniedForDependencyException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |