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