Class: Aws::SecurityHub::Types::OrganizationalUnitNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::OrganizationalUnitNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The request failed because one or more organizational units specified in the request don’t exist within the caller’s organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
28672 28673 28674 28675 28676 28677 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28672 class OrganizationalUnitNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
28672 28673 28674 28675 28676 28677 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28672 class OrganizationalUnitNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |