Class: Aws::Organizations::Types::PolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyNotFoundException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4021 4022 4023 4024 4025 |
# File 'lib/aws-sdk-organizations/types.rb', line 4021 class PolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |