Class: Aws::Organizations::Types::FinalizingOrganizationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Organizations couldn’t perform the operation because your organization hasn’t finished initializing. This can take up to an hour. Try again later. If after one hour you continue to receive this error, contact [Amazon Web Services Support].

[1]: console.aws.amazon.com/support/home#/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2103
2104
2105
2106
2107
# File 'lib/aws-sdk-organizations/types.rb', line 2103

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