Class: Aws::Organizations::Types::OrganizationalUnitNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::OrganizationalUnitNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
We can’t find an OU with the ‘OrganizationalUnitId` that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3961 3962 3963 3964 3965 |
# File 'lib/aws-sdk-organizations/types.rb', line 3961 class OrganizationalUnitNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |