Class: Aws::Organizations::Types::AWSOrganizationsNotInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AWSOrganizationsNotInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Your account isn’t a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
22 23 24 25 26 |
# File 'lib/aws-sdk-organizations/types.rb', line 22 class AWSOrganizationsNotInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |