Class: Aws::SecurityHub::Types::OrganizationNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::OrganizationNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The request failed because one or more organizations specified in the request don’t exist or don’t belong to the caller’s organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
28564 28565 28566 28567 28568 28569 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28564 class OrganizationNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
28564 28565 28566 28567 28568 28569 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28564 class OrganizationNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |