Class: Aws::Organizations::Types::AWSOrganizationsNotInUseException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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

#messageString

Returns:

  • (String)


22
23
24
25
26
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 22

class AWSOrganizationsNotInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end