Class: Aws::Organizations::Types::PolicyNotFoundException

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

Overview

We can't find a policy with the PolicyId that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4023
4024
4025
4026
4027
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4023

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