Class: Aws::Organizations::Types::ResourcePolicyNotFoundException

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

Overview

We can't find a resource policy request with the parameter that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4721
4722
4723
4724
4725
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4721

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