Class: Aws::Organizations::Types::AccessDeniedForDependencyException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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

#reasonString

Returns:

  • (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