Class: Aws::Organizations::Types::FinalizingOrganizationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::FinalizingOrganizationException
- Defined in:
- gems/aws-sdk-organizations/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2110 2111 2112 2113 2114 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2110 class FinalizingOrganizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |