Class: Aws::Organizations::Types::TargetNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::TargetNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
We can’t find a root, OU, account, or policy with the ‘TargetId` that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4603 4604 4605 4606 4607 |
# File 'lib/aws-sdk-organizations/types.rb', line 4603 class TargetNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |