Class: Aws::Organizations::Types::ResourcePolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ResourcePolicyNotFoundException
- 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
#message ⇒ String
5087 5088 5089 5090 5091 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5087 class ResourcePolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |