Class: Aws::Organizations::Types::OrganizationalUnitNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::OrganizationalUnitNotFoundException
- Defined in:
- gems/aws-sdk-organizations/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
4307 4308 4309 4310 4311 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4307 class OrganizationalUnitNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |