Class: Aws::Organizations::Types::EffectivePolicyNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

If you ran this action on the management account, this policy type is not enabled. If you ran the action on a member account, the account doesn't have an effective policy of this type. Contact the administrator of your organization about attaching a policy of this type to the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1940
1941
1942
1943
1944
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1940

class EffectivePolicyNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end