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
28582 28583 28584 28585 28586 28587 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28582 class OrganizationalUnitNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
28582 28583 28584 28585 28586 28587 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28582 class OrganizationalUnitNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |