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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4355
4356
4357
4358
4359
# File 'lib/aws-sdk-organizations/types.rb', line 4355

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