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
3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-organizations/types.rb', line 3936 class OrganizationalUnitNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |