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
3954 3955 3956 3957 3958 |
# File 'lib/aws-sdk-organizations/types.rb', line 3954 class OrganizationalUnitNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |