Class: Aws::Organizations::Types::AccessDeniedForDependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AccessDeniedForDependencyException
- Defined in:
- gems/aws-sdk-organizations/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 AWS 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
99 100 101 102 103 104 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 99 class AccessDeniedForDependencyException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
99 100 101 102 103 104 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 99 class AccessDeniedForDependencyException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |