...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/organizations"
Overview
Examples
Constants

Overview ▾

Package organizations provides the client and types for making API requests to AWS Organizations.

Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.

This guide provides descriptions of the Organizations operations. For more information about using this service, see the Organizations User Guide (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html).

Support and feedback for Organizations

We welcome your feedback. Send your comments to feedback-awsorganizations@amazon.com (mailto:feedback-awsorganizations@amazon.com) or post your feedback and questions in the Organizations support forum (http://forums.aws.amazon.com/forum.jspa?forumID=219). For more information about the Amazon Web Services support forums, see Forums Help (http://forums.aws.amazon.com/help.jspa).

Endpoint to call When using the CLI or the Amazon Web Services SDK

For the current release of Organizations, specify the us-east-1 region for all Amazon Web Services API and CLI calls made from the commercial Amazon Web Services Regions outside of China. If calling from one of the Amazon Web Services Regions in China, then specify cn-northwest-1. You can do this in the CLI by using these parameters and commands:

  • Use the following parameter with each command to specify both the endpoint and its region: --endpoint-url https://organizations.us-east-1.amazonaws.com (from commercial Amazon Web Services Regions outside of China) or --endpoint-url https://organizations.cn-northwest-1.amazonaws.com.cn (from Amazon Web Services Regions in China)

  • Use the default endpoint, but configure your default region with this command: aws configure set default.region us-east-1 (from commercial Amazon Web Services Regions outside of China) or aws configure set default.region cn-northwest-1 (from Amazon Web Services Regions in China)

  • Use the following parameter with each command to specify the endpoint: --region us-east-1 (from commercial Amazon Web Services Regions outside of China) or --region cn-northwest-1 (from Amazon Web Services Regions in China)

Recording API Requests

Organizations supports CloudTrail, a service that records Amazon Web Services API calls for your Amazon Web Services account and delivers log files to an Amazon S3 bucket. By using information collected by CloudTrail, you can determine which requests the Organizations service received, who made the request and when, and so on. For more about Organizations and its support for CloudTrail, see Logging Organizations API calls with CloudTrail (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration) in the Organizations User Guide. To learn more about CloudTrail, including how to turn it on and find your log files, see the CloudTrail User Guide (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html).

See https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28 for more information on this service.

See organizations package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/organizations/

Using the Client

To contact AWS Organizations with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS Organizations client Organizations for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/organizations/#New

The stub package, organizationsiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type Organizations
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Organizations
func (c *Organizations) AcceptHandshake(input *AcceptHandshakeInput) (*AcceptHandshakeOutput, error)
func (c *Organizations) AcceptHandshakeRequest(input *AcceptHandshakeInput) (req *request.Request, output *AcceptHandshakeOutput)
func (c *Organizations) AcceptHandshakeWithContext(ctx aws.Context, input *AcceptHandshakeInput, opts ...request.Option) (*AcceptHandshakeOutput, error)
func (c *Organizations) AttachPolicy(input *AttachPolicyInput) (*AttachPolicyOutput, error)
func (c *Organizations) AttachPolicyRequest(input *AttachPolicyInput) (req *request.Request, output *AttachPolicyOutput)
func (c *Organizations) AttachPolicyWithContext(ctx aws.Context, input *AttachPolicyInput, opts ...request.Option) (*AttachPolicyOutput, error)
func (c *Organizations) CancelHandshake(input *CancelHandshakeInput) (*CancelHandshakeOutput, error)
func (c *Organizations) CancelHandshakeRequest(input *CancelHandshakeInput) (req *request.Request, output *CancelHandshakeOutput)
func (c *Organizations) CancelHandshakeWithContext(ctx aws.Context, input *CancelHandshakeInput, opts ...request.Option) (*CancelHandshakeOutput, error)
func (c *Organizations) CloseAccount(input *CloseAccountInput) (*CloseAccountOutput, error)
func (c *Organizations) CloseAccountRequest(input *CloseAccountInput) (req *request.Request, output *CloseAccountOutput)
func (c *Organizations) CloseAccountWithContext(ctx aws.Context, input *CloseAccountInput, opts ...request.Option) (*CloseAccountOutput, error)
func (c *Organizations) CreateAccount(input *CreateAccountInput) (*CreateAccountOutput, error)
func (c *Organizations) CreateAccountRequest(input *CreateAccountInput) (req *request.Request, output *CreateAccountOutput)
func (c *Organizations) CreateAccountWithContext(ctx aws.Context, input *CreateAccountInput, opts ...request.Option) (*CreateAccountOutput, error)
func (c *Organizations) CreateGovCloudAccount(input *CreateGovCloudAccountInput) (*CreateGovCloudAccountOutput, error)
func (c *Organizations) CreateGovCloudAccountRequest(input *CreateGovCloudAccountInput) (req *request.Request, output *CreateGovCloudAccountOutput)
func (c *Organizations) CreateGovCloudAccountWithContext(ctx aws.Context, input *CreateGovCloudAccountInput, opts ...request.Option) (*CreateGovCloudAccountOutput, error)
func (c *Organizations) CreateOrganization(input *CreateOrganizationInput) (*CreateOrganizationOutput, error)
func (c *Organizations) CreateOrganizationRequest(input *CreateOrganizationInput) (req *request.Request, output *CreateOrganizationOutput)
func (c *Organizations) CreateOrganizationWithContext(ctx aws.Context, input *CreateOrganizationInput, opts ...request.Option) (*CreateOrganizationOutput, error)
func (c *Organizations) CreateOrganizationalUnit(input *CreateOrganizationalUnitInput) (*CreateOrganizationalUnitOutput, error)
func (c *Organizations) CreateOrganizationalUnitRequest(input *CreateOrganizationalUnitInput) (req *request.Request, output *CreateOrganizationalUnitOutput)
func (c *Organizations) CreateOrganizationalUnitWithContext(ctx aws.Context, input *CreateOrganizationalUnitInput, opts ...request.Option) (*CreateOrganizationalUnitOutput, error)
func (c *Organizations) CreatePolicy(input *CreatePolicyInput) (*CreatePolicyOutput, error)
func (c *Organizations) CreatePolicyRequest(input *CreatePolicyInput) (req *request.Request, output *CreatePolicyOutput)
func (c *Organizations) CreatePolicyWithContext(ctx aws.Context, input *CreatePolicyInput, opts ...request.Option) (*CreatePolicyOutput, error)
func (c *Organizations) DeclineHandshake(input *DeclineHandshakeInput) (*DeclineHandshakeOutput, error)
func (c *Organizations) DeclineHandshakeRequest(input *DeclineHandshakeInput) (req *request.Request, output *DeclineHandshakeOutput)
func (c *Organizations) DeclineHandshakeWithContext(ctx aws.Context, input *DeclineHandshakeInput, opts ...request.Option) (*DeclineHandshakeOutput, error)
func (c *Organizations) DeleteOrganization(input *DeleteOrganizationInput) (*DeleteOrganizationOutput, error)
func (c *Organizations) DeleteOrganizationRequest(input *DeleteOrganizationInput) (req *request.Request, output *DeleteOrganizationOutput)
func (c *Organizations) DeleteOrganizationWithContext(ctx aws.Context, input *DeleteOrganizationInput, opts ...request.Option) (*DeleteOrganizationOutput, error)
func (c *Organizations) DeleteOrganizationalUnit(input *DeleteOrganizationalUnitInput) (*DeleteOrganizationalUnitOutput, error)
func (c *Organizations) DeleteOrganizationalUnitRequest(input *DeleteOrganizationalUnitInput) (req *request.Request, output *DeleteOrganizationalUnitOutput)
func (c *Organizations) DeleteOrganizationalUnitWithContext(ctx aws.Context, input *DeleteOrganizationalUnitInput, opts ...request.Option) (*DeleteOrganizationalUnitOutput, error)
func (c *Organizations) DeletePolicy(input *DeletePolicyInput) (*DeletePolicyOutput, error)
func (c *Organizations) DeletePolicyRequest(input *DeletePolicyInput) (req *request.Request, output *DeletePolicyOutput)
func (c *Organizations) DeletePolicyWithContext(ctx aws.Context, input *DeletePolicyInput, opts ...request.Option) (*DeletePolicyOutput, error)
func (c *Organizations) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
func (c *Organizations) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
func (c *Organizations) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
func (c *Organizations) DeregisterDelegatedAdministrator(input *DeregisterDelegatedAdministratorInput) (*DeregisterDelegatedAdministratorOutput, error)
func (c *Organizations) DeregisterDelegatedAdministratorRequest(input *DeregisterDelegatedAdministratorInput) (req *request.Request, output *DeregisterDelegatedAdministratorOutput)
func (c *Organizations) DeregisterDelegatedAdministratorWithContext(ctx aws.Context, input *DeregisterDelegatedAdministratorInput, opts ...request.Option) (*DeregisterDelegatedAdministratorOutput, error)
func (c *Organizations) DescribeAccount(input *DescribeAccountInput) (*DescribeAccountOutput, error)
func (c *Organizations) DescribeAccountRequest(input *DescribeAccountInput) (req *request.Request, output *DescribeAccountOutput)
func (c *Organizations) DescribeAccountWithContext(ctx aws.Context, input *DescribeAccountInput, opts ...request.Option) (*DescribeAccountOutput, error)
func (c *Organizations) DescribeCreateAccountStatus(input *DescribeCreateAccountStatusInput) (*DescribeCreateAccountStatusOutput, error)
func (c *Organizations) DescribeCreateAccountStatusRequest(input *DescribeCreateAccountStatusInput) (req *request.Request, output *DescribeCreateAccountStatusOutput)
func (c *Organizations) DescribeCreateAccountStatusWithContext(ctx aws.Context, input *DescribeCreateAccountStatusInput, opts ...request.Option) (*DescribeCreateAccountStatusOutput, error)
func (c *Organizations) DescribeEffectivePolicy(input *DescribeEffectivePolicyInput) (*DescribeEffectivePolicyOutput, error)
func (c *Organizations) DescribeEffectivePolicyRequest(input *DescribeEffectivePolicyInput) (req *request.Request, output *DescribeEffectivePolicyOutput)
func (c *Organizations) DescribeEffectivePolicyWithContext(ctx aws.Context, input *DescribeEffectivePolicyInput, opts ...request.Option) (*DescribeEffectivePolicyOutput, error)
func (c *Organizations) DescribeHandshake(input *DescribeHandshakeInput) (*DescribeHandshakeOutput, error)
func (c *Organizations) DescribeHandshakeRequest(input *DescribeHandshakeInput) (req *request.Request, output *DescribeHandshakeOutput)
func (c *Organizations) DescribeHandshakeWithContext(ctx aws.Context, input *DescribeHandshakeInput, opts ...request.Option) (*DescribeHandshakeOutput, error)
func (c *Organizations) DescribeOrganization(input *DescribeOrganizationInput) (*DescribeOrganizationOutput, error)
func (c *Organizations) DescribeOrganizationRequest(input *DescribeOrganizationInput) (req *request.Request, output *DescribeOrganizationOutput)
func (c *Organizations) DescribeOrganizationWithContext(ctx aws.Context, input *DescribeOrganizationInput, opts ...request.Option) (*DescribeOrganizationOutput, error)
func (c *Organizations) DescribeOrganizationalUnit(input *DescribeOrganizationalUnitInput) (*DescribeOrganizationalUnitOutput, error)
func (c *Organizations) DescribeOrganizationalUnitRequest(input *DescribeOrganizationalUnitInput) (req *request.Request, output *DescribeOrganizationalUnitOutput)
func (c *Organizations) DescribeOrganizationalUnitWithContext(ctx aws.Context, input *DescribeOrganizationalUnitInput, opts ...request.Option) (*DescribeOrganizationalUnitOutput, error)
func (c *Organizations) DescribePolicy(input *DescribePolicyInput) (*DescribePolicyOutput, error)
func (c *Organizations) DescribePolicyRequest(input *DescribePolicyInput) (req *request.Request, output *DescribePolicyOutput)
func (c *Organizations) DescribePolicyWithContext(ctx aws.Context, input *DescribePolicyInput, opts ...request.Option) (*DescribePolicyOutput, error)
func (c *Organizations) DescribeResourcePolicy(input *DescribeResourcePolicyInput) (*DescribeResourcePolicyOutput, error)
func (c *Organizations) DescribeResourcePolicyRequest(input *DescribeResourcePolicyInput) (req *request.Request, output *DescribeResourcePolicyOutput)
func (c *Organizations) DescribeResourcePolicyWithContext(ctx aws.Context, input *DescribeResourcePolicyInput, opts ...request.Option) (*DescribeResourcePolicyOutput, error)
func (c *Organizations) DetachPolicy(input *DetachPolicyInput) (*DetachPolicyOutput, error)
func (c *Organizations) DetachPolicyRequest(input *DetachPolicyInput) (req *request.Request, output *DetachPolicyOutput)
func (c *Organizations) DetachPolicyWithContext(ctx aws.Context, input *DetachPolicyInput, opts ...request.Option) (*DetachPolicyOutput, error)
func (c *Organizations) DisableAWSServiceAccess(input *DisableAWSServiceAccessInput) (*DisableAWSServiceAccessOutput, error)
func (c *Organizations) DisableAWSServiceAccessRequest(input *DisableAWSServiceAccessInput) (req *request.Request, output *DisableAWSServiceAccessOutput)
func (c *Organizations) DisableAWSServiceAccessWithContext(ctx aws.Context, input *DisableAWSServiceAccessInput, opts ...request.Option) (*DisableAWSServiceAccessOutput, error)
func (c *Organizations) DisablePolicyType(input *DisablePolicyTypeInput) (*DisablePolicyTypeOutput, error)
func (c *Organizations) DisablePolicyTypeRequest(input *DisablePolicyTypeInput) (req *request.Request, output *DisablePolicyTypeOutput)
func (c *Organizations) DisablePolicyTypeWithContext(ctx aws.Context, input *DisablePolicyTypeInput, opts ...request.Option) (*DisablePolicyTypeOutput, error)
func (c *Organizations) EnableAWSServiceAccess(input *EnableAWSServiceAccessInput) (*EnableAWSServiceAccessOutput, error)
func (c *Organizations) EnableAWSServiceAccessRequest(input *EnableAWSServiceAccessInput) (req *request.Request, output *EnableAWSServiceAccessOutput)
func (c *Organizations) EnableAWSServiceAccessWithContext(ctx aws.Context, input *EnableAWSServiceAccessInput, opts ...request.Option) (*EnableAWSServiceAccessOutput, error)
func (c *Organizations) EnableAllFeatures(input *EnableAllFeaturesInput) (*EnableAllFeaturesOutput, error)
func (c *Organizations) EnableAllFeaturesRequest(input *EnableAllFeaturesInput) (req *request.Request, output *EnableAllFeaturesOutput)
func (c *Organizations) EnableAllFeaturesWithContext(ctx aws.Context, input *EnableAllFeaturesInput, opts ...request.Option) (*EnableAllFeaturesOutput, error)
func (c *Organizations) EnablePolicyType(input *EnablePolicyTypeInput) (*EnablePolicyTypeOutput, error)
func (c *Organizations) EnablePolicyTypeRequest(input *EnablePolicyTypeInput) (req *request.Request, output *EnablePolicyTypeOutput)
func (c *Organizations) EnablePolicyTypeWithContext(ctx aws.Context, input *EnablePolicyTypeInput, opts ...request.Option) (*EnablePolicyTypeOutput, error)
func (c *Organizations) InviteAccountToOrganization(input *InviteAccountToOrganizationInput) (*InviteAccountToOrganizationOutput, error)
func (c *Organizations) InviteAccountToOrganizationRequest(input *InviteAccountToOrganizationInput) (req *request.Request, output *InviteAccountToOrganizationOutput)
func (c *Organizations) InviteAccountToOrganizationWithContext(ctx aws.Context, input *InviteAccountToOrganizationInput, opts ...request.Option) (*InviteAccountToOrganizationOutput, error)
func (c *Organizations) LeaveOrganization(input *LeaveOrganizationInput) (*LeaveOrganizationOutput, error)
func (c *Organizations) LeaveOrganizationRequest(input *LeaveOrganizationInput) (req *request.Request, output *LeaveOrganizationOutput)
func (c *Organizations) LeaveOrganizationWithContext(ctx aws.Context, input *LeaveOrganizationInput, opts ...request.Option) (*LeaveOrganizationOutput, error)
func (c *Organizations) ListAWSServiceAccessForOrganization(input *ListAWSServiceAccessForOrganizationInput) (*ListAWSServiceAccessForOrganizationOutput, error)
func (c *Organizations) ListAWSServiceAccessForOrganizationPages(input *ListAWSServiceAccessForOrganizationInput, fn func(*ListAWSServiceAccessForOrganizationOutput, bool) bool) error
func (c *Organizations) ListAWSServiceAccessForOrganizationPagesWithContext(ctx aws.Context, input *ListAWSServiceAccessForOrganizationInput, fn func(*ListAWSServiceAccessForOrganizationOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListAWSServiceAccessForOrganizationRequest(input *ListAWSServiceAccessForOrganizationInput) (req *request.Request, output *ListAWSServiceAccessForOrganizationOutput)
func (c *Organizations) ListAWSServiceAccessForOrganizationWithContext(ctx aws.Context, input *ListAWSServiceAccessForOrganizationInput, opts ...request.Option) (*ListAWSServiceAccessForOrganizationOutput, error)
func (c *Organizations) ListAccounts(input *ListAccountsInput) (*ListAccountsOutput, error)
func (c *Organizations) ListAccountsForParent(input *ListAccountsForParentInput) (*ListAccountsForParentOutput, error)
func (c *Organizations) ListAccountsForParentPages(input *ListAccountsForParentInput, fn func(*ListAccountsForParentOutput, bool) bool) error
func (c *Organizations) ListAccountsForParentPagesWithContext(ctx aws.Context, input *ListAccountsForParentInput, fn func(*ListAccountsForParentOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListAccountsForParentRequest(input *ListAccountsForParentInput) (req *request.Request, output *ListAccountsForParentOutput)
func (c *Organizations) ListAccountsForParentWithContext(ctx aws.Context, input *ListAccountsForParentInput, opts ...request.Option) (*ListAccountsForParentOutput, error)
func (c *Organizations) ListAccountsPages(input *ListAccountsInput, fn func(*ListAccountsOutput, bool) bool) error
func (c *Organizations) ListAccountsPagesWithContext(ctx aws.Context, input *ListAccountsInput, fn func(*ListAccountsOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListAccountsRequest(input *ListAccountsInput) (req *request.Request, output *ListAccountsOutput)
func (c *Organizations) ListAccountsWithContext(ctx aws.Context, input *ListAccountsInput, opts ...request.Option) (*ListAccountsOutput, error)
func (c *Organizations) ListChildren(input *ListChildrenInput) (*ListChildrenOutput, error)
func (c *Organizations) ListChildrenPages(input *ListChildrenInput, fn func(*ListChildrenOutput, bool) bool) error
func (c *Organizations) ListChildrenPagesWithContext(ctx aws.Context, input *ListChildrenInput, fn func(*ListChildrenOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListChildrenRequest(input *ListChildrenInput) (req *request.Request, output *ListChildrenOutput)
func (c *Organizations) ListChildrenWithContext(ctx aws.Context, input *ListChildrenInput, opts ...request.Option) (*ListChildrenOutput, error)
func (c *Organizations) ListCreateAccountStatus(input *ListCreateAccountStatusInput) (*ListCreateAccountStatusOutput, error)
func (c *Organizations) ListCreateAccountStatusPages(input *ListCreateAccountStatusInput, fn func(*ListCreateAccountStatusOutput, bool) bool) error
func (c *Organizations) ListCreateAccountStatusPagesWithContext(ctx aws.Context, input *ListCreateAccountStatusInput, fn func(*ListCreateAccountStatusOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListCreateAccountStatusRequest(input *ListCreateAccountStatusInput) (req *request.Request, output *ListCreateAccountStatusOutput)
func (c *Organizations) ListCreateAccountStatusWithContext(ctx aws.Context, input *ListCreateAccountStatusInput, opts ...request.Option) (*ListCreateAccountStatusOutput, error)
func (c *Organizations) ListDelegatedAdministrators(input *ListDelegatedAdministratorsInput) (*ListDelegatedAdministratorsOutput, error)
func (c *Organizations) ListDelegatedAdministratorsPages(input *ListDelegatedAdministratorsInput, fn func(*ListDelegatedAdministratorsOutput, bool) bool) error
func (c *Organizations) ListDelegatedAdministratorsPagesWithContext(ctx aws.Context, input *ListDelegatedAdministratorsInput, fn func(*ListDelegatedAdministratorsOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListDelegatedAdministratorsRequest(input *ListDelegatedAdministratorsInput) (req *request.Request, output *ListDelegatedAdministratorsOutput)
func (c *Organizations) ListDelegatedAdministratorsWithContext(ctx aws.Context, input *ListDelegatedAdministratorsInput, opts ...request.Option) (*ListDelegatedAdministratorsOutput, error)
func (c *Organizations) ListDelegatedServicesForAccount(input *ListDelegatedServicesForAccountInput) (*ListDelegatedServicesForAccountOutput, error)
func (c *Organizations) ListDelegatedServicesForAccountPages(input *ListDelegatedServicesForAccountInput, fn func(*ListDelegatedServicesForAccountOutput, bool) bool) error
func (c *Organizations) ListDelegatedServicesForAccountPagesWithContext(ctx aws.Context, input *ListDelegatedServicesForAccountInput, fn func(*ListDelegatedServicesForAccountOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListDelegatedServicesForAccountRequest(input *ListDelegatedServicesForAccountInput) (req *request.Request, output *ListDelegatedServicesForAccountOutput)
func (c *Organizations) ListDelegatedServicesForAccountWithContext(ctx aws.Context, input *ListDelegatedServicesForAccountInput, opts ...request.Option) (*ListDelegatedServicesForAccountOutput, error)
func (c *Organizations) ListHandshakesForAccount(input *ListHandshakesForAccountInput) (*ListHandshakesForAccountOutput, error)
func (c *Organizations) ListHandshakesForAccountPages(input *ListHandshakesForAccountInput, fn func(*ListHandshakesForAccountOutput, bool) bool) error
func (c *Organizations) ListHandshakesForAccountPagesWithContext(ctx aws.Context, input *ListHandshakesForAccountInput, fn func(*ListHandshakesForAccountOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListHandshakesForAccountRequest(input *ListHandshakesForAccountInput) (req *request.Request, output *ListHandshakesForAccountOutput)
func (c *Organizations) ListHandshakesForAccountWithContext(ctx aws.Context, input *ListHandshakesForAccountInput, opts ...request.Option) (*ListHandshakesForAccountOutput, error)
func (c *Organizations) ListHandshakesForOrganization(input *ListHandshakesForOrganizationInput) (*ListHandshakesForOrganizationOutput, error)
func (c *Organizations) ListHandshakesForOrganizationPages(input *ListHandshakesForOrganizationInput, fn func(*ListHandshakesForOrganizationOutput, bool) bool) error
func (c *Organizations) ListHandshakesForOrganizationPagesWithContext(ctx aws.Context, input *ListHandshakesForOrganizationInput, fn func(*ListHandshakesForOrganizationOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListHandshakesForOrganizationRequest(input *ListHandshakesForOrganizationInput) (req *request.Request, output *ListHandshakesForOrganizationOutput)
func (c *Organizations) ListHandshakesForOrganizationWithContext(ctx aws.Context, input *ListHandshakesForOrganizationInput, opts ...request.Option) (*ListHandshakesForOrganizationOutput, error)
func (c *Organizations) ListOrganizationalUnitsForParent(input *ListOrganizationalUnitsForParentInput) (*ListOrganizationalUnitsForParentOutput, error)
func (c *Organizations) ListOrganizationalUnitsForParentPages(input *ListOrganizationalUnitsForParentInput, fn func(*ListOrganizationalUnitsForParentOutput, bool) bool) error
func (c *Organizations) ListOrganizationalUnitsForParentPagesWithContext(ctx aws.Context, input *ListOrganizationalUnitsForParentInput, fn func(*ListOrganizationalUnitsForParentOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListOrganizationalUnitsForParentRequest(input *ListOrganizationalUnitsForParentInput) (req *request.Request, output *ListOrganizationalUnitsForParentOutput)
func (c *Organizations) ListOrganizationalUnitsForParentWithContext(ctx aws.Context, input *ListOrganizationalUnitsForParentInput, opts ...request.Option) (*ListOrganizationalUnitsForParentOutput, error)
func (c *Organizations) ListParents(input *ListParentsInput) (*ListParentsOutput, error)
func (c *Organizations) ListParentsPages(input *ListParentsInput, fn func(*ListParentsOutput, bool) bool) error
func (c *Organizations) ListParentsPagesWithContext(ctx aws.Context, input *ListParentsInput, fn func(*ListParentsOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListParentsRequest(input *ListParentsInput) (req *request.Request, output *ListParentsOutput)
func (c *Organizations) ListParentsWithContext(ctx aws.Context, input *ListParentsInput, opts ...request.Option) (*ListParentsOutput, error)
func (c *Organizations) ListPolicies(input *ListPoliciesInput) (*ListPoliciesOutput, error)
func (c *Organizations) ListPoliciesForTarget(input *ListPoliciesForTargetInput) (*ListPoliciesForTargetOutput, error)
func (c *Organizations) ListPoliciesForTargetPages(input *ListPoliciesForTargetInput, fn func(*ListPoliciesForTargetOutput, bool) bool) error
func (c *Organizations) ListPoliciesForTargetPagesWithContext(ctx aws.Context, input *ListPoliciesForTargetInput, fn func(*ListPoliciesForTargetOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListPoliciesForTargetRequest(input *ListPoliciesForTargetInput) (req *request.Request, output *ListPoliciesForTargetOutput)
func (c *Organizations) ListPoliciesForTargetWithContext(ctx aws.Context, input *ListPoliciesForTargetInput, opts ...request.Option) (*ListPoliciesForTargetOutput, error)
func (c *Organizations) ListPoliciesPages(input *ListPoliciesInput, fn func(*ListPoliciesOutput, bool) bool) error
func (c *Organizations) ListPoliciesPagesWithContext(ctx aws.Context, input *ListPoliciesInput, fn func(*ListPoliciesOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListPoliciesRequest(input *ListPoliciesInput) (req *request.Request, output *ListPoliciesOutput)
func (c *Organizations) ListPoliciesWithContext(ctx aws.Context, input *ListPoliciesInput, opts ...request.Option) (*ListPoliciesOutput, error)
func (c *Organizations) ListRoots(input *ListRootsInput) (*ListRootsOutput, error)
func (c *Organizations) ListRootsPages(input *ListRootsInput, fn func(*ListRootsOutput, bool) bool) error
func (c *Organizations) ListRootsPagesWithContext(ctx aws.Context, input *ListRootsInput, fn func(*ListRootsOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListRootsRequest(input *ListRootsInput) (req *request.Request, output *ListRootsOutput)
func (c *Organizations) ListRootsWithContext(ctx aws.Context, input *ListRootsInput, opts ...request.Option) (*ListRootsOutput, error)
func (c *Organizations) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *Organizations) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error
func (c *Organizations) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *Organizations) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *Organizations) ListTargetsForPolicy(input *ListTargetsForPolicyInput) (*ListTargetsForPolicyOutput, error)
func (c *Organizations) ListTargetsForPolicyPages(input *ListTargetsForPolicyInput, fn func(*ListTargetsForPolicyOutput, bool) bool) error
func (c *Organizations) ListTargetsForPolicyPagesWithContext(ctx aws.Context, input *ListTargetsForPolicyInput, fn func(*ListTargetsForPolicyOutput, bool) bool, opts ...request.Option) error
func (c *Organizations) ListTargetsForPolicyRequest(input *ListTargetsForPolicyInput) (req *request.Request, output *ListTargetsForPolicyOutput)
func (c *Organizations) ListTargetsForPolicyWithContext(ctx aws.Context, input *ListTargetsForPolicyInput, opts ...request.Option) (*ListTargetsForPolicyOutput, error)
func (c *Organizations) MoveAccount(input *MoveAccountInput) (*MoveAccountOutput, error)
func (c *Organizations) MoveAccountRequest(input *MoveAccountInput) (req *request.Request, output *MoveAccountOutput)
func (c *Organizations) MoveAccountWithContext(ctx aws.Context, input *MoveAccountInput, opts ...request.Option) (*MoveAccountOutput, error)
func (c *Organizations) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)
func (c *Organizations) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)
func (c *Organizations) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)
func (c *Organizations) RegisterDelegatedAdministrator(input *RegisterDelegatedAdministratorInput) (*RegisterDelegatedAdministratorOutput, error)
func (c *Organizations) RegisterDelegatedAdministratorRequest(input *RegisterDelegatedAdministratorInput) (req *request.Request, output *RegisterDelegatedAdministratorOutput)
func (c *Organizations) RegisterDelegatedAdministratorWithContext(ctx aws.Context, input *RegisterDelegatedAdministratorInput, opts ...request.Option) (*RegisterDelegatedAdministratorOutput, error)
func (c *Organizations) RemoveAccountFromOrganization(input *RemoveAccountFromOrganizationInput) (*RemoveAccountFromOrganizationOutput, error)
func (c *Organizations) RemoveAccountFromOrganizationRequest(input *RemoveAccountFromOrganizationInput) (req *request.Request, output *RemoveAccountFromOrganizationOutput)
func (c *Organizations) RemoveAccountFromOrganizationWithContext(ctx aws.Context, input *RemoveAccountFromOrganizationInput, opts ...request.Option) (*RemoveAccountFromOrganizationOutput, error)
func (c *Organizations) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *Organizations) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *Organizations) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *Organizations) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *Organizations) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *Organizations) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *Organizations) UpdateOrganizationalUnit(input *UpdateOrganizationalUnitInput) (*UpdateOrganizationalUnitOutput, error)
func (c *Organizations) UpdateOrganizationalUnitRequest(input *UpdateOrganizationalUnitInput) (req *request.Request, output *UpdateOrganizationalUnitOutput)
func (c *Organizations) UpdateOrganizationalUnitWithContext(ctx aws.Context, input *UpdateOrganizationalUnitInput, opts ...request.Option) (*UpdateOrganizationalUnitOutput, error)
func (c *Organizations) UpdatePolicy(input *UpdatePolicyInput) (*UpdatePolicyOutput, error)
func (c *Organizations) UpdatePolicyRequest(input *UpdatePolicyInput) (req *request.Request, output *UpdatePolicyOutput)
func (c *Organizations) UpdatePolicyWithContext(ctx aws.Context, input *UpdatePolicyInput, opts ...request.Option) (*UpdatePolicyOutput, error)
func AccessDeniedForDependencyExceptionReason_Values() []string
func AccountJoinedMethod_Values() []string
func AccountStatus_Values() []string
func ActionType_Values() []string
func ChildType_Values() []string
func ConstraintViolationExceptionReason_Values() []string
func CreateAccountFailureReason_Values() []string
func CreateAccountState_Values() []string
func EffectivePolicyType_Values() []string
func HandshakeConstraintViolationExceptionReason_Values() []string
func HandshakePartyType_Values() []string
func HandshakeResourceType_Values() []string
func HandshakeState_Values() []string
func IAMUserAccessToBilling_Values() []string
func InvalidInputExceptionReason_Values() []string
func OrganizationFeatureSet_Values() []string
func ParentType_Values() []string
func PolicyTypeStatus_Values() []string
func PolicyType_Values() []string
func TargetType_Values() []string
type AWSOrganizationsNotInUseException
type AcceptHandshakeInput
type AcceptHandshakeOutput
type AccessDeniedException
type AccessDeniedForDependencyException
type Account
type AccountAlreadyClosedException
type AccountAlreadyRegisteredException
type AccountNotFoundException
type AccountNotRegisteredException
type AccountOwnerNotVerifiedException
type AlreadyInOrganizationException
type AttachPolicyInput
type AttachPolicyOutput
type CancelHandshakeInput
type CancelHandshakeOutput
type Child
type ChildNotFoundException
type CloseAccountInput
type CloseAccountOutput
type ConcurrentModificationException
type ConflictException
type ConstraintViolationException
type CreateAccountInput
type CreateAccountOutput
type CreateAccountStatus
type CreateAccountStatusNotFoundException
type CreateGovCloudAccountInput
type CreateGovCloudAccountOutput
type CreateOrganizationInput
type CreateOrganizationOutput
type CreateOrganizationalUnitInput
type CreateOrganizationalUnitOutput
type CreatePolicyInput
type CreatePolicyOutput
type DeclineHandshakeInput
type DeclineHandshakeOutput
type DelegatedAdministrator
type DelegatedService
type DeleteOrganizationInput
type DeleteOrganizationOutput
type DeleteOrganizationalUnitInput
type DeleteOrganizationalUnitOutput
type DeletePolicyInput
type DeletePolicyOutput
type DeleteResourcePolicyInput
type DeleteResourcePolicyOutput
type DeregisterDelegatedAdministratorInput
type DeregisterDelegatedAdministratorOutput
type DescribeAccountInput
type DescribeAccountOutput
type DescribeCreateAccountStatusInput
type DescribeCreateAccountStatusOutput
type DescribeEffectivePolicyInput
type DescribeEffectivePolicyOutput
type DescribeHandshakeInput
type DescribeHandshakeOutput
type DescribeOrganizationInput
type DescribeOrganizationOutput
type DescribeOrganizationalUnitInput
type DescribeOrganizationalUnitOutput
type DescribePolicyInput
type DescribePolicyOutput
type DescribeResourcePolicyInput
type DescribeResourcePolicyOutput
type DestinationParentNotFoundException
type DetachPolicyInput
type DetachPolicyOutput
type DisableAWSServiceAccessInput
type DisableAWSServiceAccessOutput
type DisablePolicyTypeInput
type DisablePolicyTypeOutput
type DuplicateAccountException
type DuplicateHandshakeException
type DuplicateOrganizationalUnitException
type DuplicatePolicyAttachmentException
type DuplicatePolicyException
type EffectivePolicy
type EffectivePolicyNotFoundException
type EnableAWSServiceAccessInput
type EnableAWSServiceAccessOutput
type EnableAllFeaturesInput
type EnableAllFeaturesOutput
type EnablePolicyTypeInput
type EnablePolicyTypeOutput
type EnabledServicePrincipal
type FinalizingOrganizationException
type Handshake
type HandshakeAlreadyInStateException
type HandshakeConstraintViolationException
type HandshakeFilter
type HandshakeNotFoundException
type HandshakeParty
type HandshakeResource
type InvalidHandshakeTransitionException
type InvalidInputException
type InviteAccountToOrganizationInput
type InviteAccountToOrganizationOutput
type LeaveOrganizationInput
type LeaveOrganizationOutput
type ListAWSServiceAccessForOrganizationInput
type ListAWSServiceAccessForOrganizationOutput
type ListAccountsForParentInput
type ListAccountsForParentOutput
type ListAccountsInput
type ListAccountsOutput
type ListChildrenInput
type ListChildrenOutput
type ListCreateAccountStatusInput
type ListCreateAccountStatusOutput
type ListDelegatedAdministratorsInput
type ListDelegatedAdministratorsOutput
type ListDelegatedServicesForAccountInput
type ListDelegatedServicesForAccountOutput
type ListHandshakesForAccountInput
type ListHandshakesForAccountOutput
type ListHandshakesForOrganizationInput
type ListHandshakesForOrganizationOutput
type ListOrganizationalUnitsForParentInput
type ListOrganizationalUnitsForParentOutput
type ListParentsInput
type ListParentsOutput
type ListPoliciesForTargetInput
type ListPoliciesForTargetOutput
type ListPoliciesInput
type ListPoliciesOutput
type ListRootsInput
type ListRootsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type ListTargetsForPolicyInput
type ListTargetsForPolicyOutput
type MalformedPolicyDocumentException
type MasterCannotLeaveOrganizationException
type MoveAccountInput
type MoveAccountOutput
type Organization
type OrganizationNotEmptyException
type OrganizationalUnit
type OrganizationalUnitNotEmptyException
type OrganizationalUnitNotFoundException
type Parent
type ParentNotFoundException
type Policy
type PolicyChangesInProgressException
type PolicyInUseException
type PolicyNotAttachedException
type PolicyNotFoundException
type PolicySummary
type PolicyTargetSummary
type PolicyTypeAlreadyEnabledException
type PolicyTypeNotAvailableForOrganizationException
type PolicyTypeNotEnabledException
type PolicyTypeSummary
type PutResourcePolicyInput
type PutResourcePolicyOutput
type RegisterDelegatedAdministratorInput
type RegisterDelegatedAdministratorOutput
type RemoveAccountFromOrganizationInput
type RemoveAccountFromOrganizationOutput
type ResourcePolicy
type ResourcePolicyNotFoundException
type ResourcePolicySummary
type Root
type RootNotFoundException
type ServiceException
type SourceParentNotFoundException
type Tag
type TagResourceInput
type TagResourceOutput
type TargetNotFoundException
type TooManyRequestsException
type UnsupportedAPIEndpointException
type UntagResourceInput
type UntagResourceOutput
type UpdateOrganizationalUnitInput
type UpdateOrganizationalUnitOutput
type UpdatePolicyInput
type UpdatePolicyOutput

Examples ▾

Organizations.AcceptHandshake (Shared00)
Organizations.AttachPolicy (Shared00)
Organizations.AttachPolicy (Shared01)
Organizations.CancelHandshake (Shared00)
Organizations.CreateAccount (Shared00)
Organizations.CreateOrganization (Shared00)
Organizations.CreateOrganization (Shared01)
Organizations.CreateOrganizationalUnit (Shared00)
Organizations.CreatePolicy (Shared00)
Organizations.DeclineHandshake (Shared00)
Organizations.DeleteOrganizationalUnit (Shared00)
Organizations.DeletePolicy (Shared00)
Organizations.DescribeAccount (Shared00)
Organizations.DescribeCreateAccountStatus (Shared00)
Organizations.DescribeHandshake (Shared00)
Organizations.DescribeOrganization (Shared00)
Organizations.DescribeOrganizationalUnit (Shared00)
Organizations.DescribePolicy (Shared00)
Organizations.DetachPolicy (Shared00)
Organizations.DisablePolicyType (Shared00)
Organizations.EnableAllFeatures (Shared00)
Organizations.EnablePolicyType (Shared00)
Organizations.InviteAccountToOrganization (Shared00)
Organizations.LeaveOrganization (Shared00)
Organizations.ListAccountsForParent (Shared00)
Organizations.ListAccounts (Shared00)
Organizations.ListChildren (Shared00)
Organizations.ListCreateAccountStatus (Shared00)
Organizations.ListCreateAccountStatus (Shared01)
Organizations.ListHandshakesForAccount (Shared00)
Organizations.ListHandshakesForOrganization (Shared00)
Organizations.ListOrganizationalUnitsForParent (Shared00)
Organizations.ListParents (Shared00)
Organizations.ListPoliciesForTarget (Shared00)
Organizations.ListPolicies (Shared00)
Organizations.ListRoots (Shared00)
Organizations.ListTargetsForPolicy (Shared00)
Organizations.MoveAccount (Shared00)
Organizations.RemoveAccountFromOrganization (Shared00)
Organizations.UpdateOrganizationalUnit (Shared00)
Organizations.UpdatePolicy (Shared00)
Organizations.UpdatePolicy (Shared01)

Constants ▾

const (
    // AccountJoinedMethodInvited is a AccountJoinedMethod enum value
    AccountJoinedMethodInvited = "INVITED"

    // AccountJoinedMethodCreated is a AccountJoinedMethod enum value
    AccountJoinedMethodCreated = "CREATED"
)
const (
    // AccountStatusActive is a AccountStatus enum value
    AccountStatusActive = "ACTIVE"

    // AccountStatusSuspended is a AccountStatus enum value
    AccountStatusSuspended = "SUSPENDED"

    // AccountStatusPendingClosure is a AccountStatus enum value
    AccountStatusPendingClosure = "PENDING_CLOSURE"
)
const (
    // ActionTypeInvite is a ActionType enum value
    ActionTypeInvite = "INVITE"

    // ActionTypeEnableAllFeatures is a ActionType enum value
    ActionTypeEnableAllFeatures = "ENABLE_ALL_FEATURES"

    // ActionTypeApproveAllFeatures is a ActionType enum value
    ActionTypeApproveAllFeatures = "APPROVE_ALL_FEATURES"

    // ActionTypeAddOrganizationsServiceLinkedRole is a ActionType enum value
    ActionTypeAddOrganizationsServiceLinkedRole = "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
)
const (
    // ChildTypeAccount is a ChildType enum value
    ChildTypeAccount = "ACCOUNT"

    // ChildTypeOrganizationalUnit is a ChildType enum value
    ChildTypeOrganizationalUnit = "ORGANIZATIONAL_UNIT"
)
const (
    // ConstraintViolationExceptionReasonAccountNumberLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonAccountNumberLimitExceeded = "ACCOUNT_NUMBER_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonHandshakeRateLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonHandshakeRateLimitExceeded = "HANDSHAKE_RATE_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonOuNumberLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonOuNumberLimitExceeded = "OU_NUMBER_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonOuDepthLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonOuDepthLimitExceeded = "OU_DEPTH_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonPolicyNumberLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonPolicyNumberLimitExceeded = "POLICY_NUMBER_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonPolicyContentLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonPolicyContentLimitExceeded = "POLICY_CONTENT_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonMaxPolicyTypeAttachmentLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMaxPolicyTypeAttachmentLimitExceeded = "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonMinPolicyTypeAttachmentLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMinPolicyTypeAttachmentLimitExceeded = "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonAccountCannotLeaveOrganization is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonAccountCannotLeaveOrganization = "ACCOUNT_CANNOT_LEAVE_ORGANIZATION"

    // ConstraintViolationExceptionReasonAccountCannotLeaveWithoutEula is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonAccountCannotLeaveWithoutEula = "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA"

    // ConstraintViolationExceptionReasonAccountCannotLeaveWithoutPhoneVerification is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonAccountCannotLeaveWithoutPhoneVerification = "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION"

    // ConstraintViolationExceptionReasonMasterAccountPaymentInstrumentRequired is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMasterAccountPaymentInstrumentRequired = "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED"

    // ConstraintViolationExceptionReasonMemberAccountPaymentInstrumentRequired is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMemberAccountPaymentInstrumentRequired = "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED"

    // ConstraintViolationExceptionReasonAccountCreationRateLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonAccountCreationRateLimitExceeded = "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonMasterAccountAddressDoesNotMatchMarketplace is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMasterAccountAddressDoesNotMatchMarketplace = "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE"

    // ConstraintViolationExceptionReasonMasterAccountMissingContactInfo is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMasterAccountMissingContactInfo = "MASTER_ACCOUNT_MISSING_CONTACT_INFO"

    // ConstraintViolationExceptionReasonMasterAccountNotGovcloudEnabled is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMasterAccountNotGovcloudEnabled = "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED"

    // ConstraintViolationExceptionReasonOrganizationNotInAllFeaturesMode is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonOrganizationNotInAllFeaturesMode = "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE"

    // ConstraintViolationExceptionReasonCreateOrganizationInBillingModeUnsupportedRegion is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonCreateOrganizationInBillingModeUnsupportedRegion = "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION"

    // ConstraintViolationExceptionReasonEmailVerificationCodeExpired is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonEmailVerificationCodeExpired = "EMAIL_VERIFICATION_CODE_EXPIRED"

    // ConstraintViolationExceptionReasonWaitPeriodActive is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonWaitPeriodActive = "WAIT_PERIOD_ACTIVE"

    // ConstraintViolationExceptionReasonMaxTagLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMaxTagLimitExceeded = "MAX_TAG_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonTagPolicyViolation is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonTagPolicyViolation = "TAG_POLICY_VIOLATION"

    // ConstraintViolationExceptionReasonMaxDelegatedAdministratorsForServiceLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMaxDelegatedAdministratorsForServiceLimitExceeded = "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonCannotRegisterMasterAsDelegatedAdministrator is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonCannotRegisterMasterAsDelegatedAdministrator = "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR"

    // ConstraintViolationExceptionReasonCannotRemoveDelegatedAdministratorFromOrg is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonCannotRemoveDelegatedAdministratorFromOrg = "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG"

    // ConstraintViolationExceptionReasonDelegatedAdministratorExistsForThisService is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonDelegatedAdministratorExistsForThisService = "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE"

    // ConstraintViolationExceptionReasonMasterAccountMissingBusinessLicense is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonMasterAccountMissingBusinessLicense = "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE"

    // ConstraintViolationExceptionReasonCannotCloseManagementAccount is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonCannotCloseManagementAccount = "CANNOT_CLOSE_MANAGEMENT_ACCOUNT"

    // ConstraintViolationExceptionReasonCloseAccountQuotaExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonCloseAccountQuotaExceeded = "CLOSE_ACCOUNT_QUOTA_EXCEEDED"

    // ConstraintViolationExceptionReasonCloseAccountRequestsLimitExceeded is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonCloseAccountRequestsLimitExceeded = "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED"

    // ConstraintViolationExceptionReasonServiceAccessNotEnabled is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonServiceAccessNotEnabled = "SERVICE_ACCESS_NOT_ENABLED"

    // ConstraintViolationExceptionReasonInvalidPaymentInstrument is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonInvalidPaymentInstrument = "INVALID_PAYMENT_INSTRUMENT"

    // ConstraintViolationExceptionReasonAccountCreationNotComplete is a ConstraintViolationExceptionReason enum value
    ConstraintViolationExceptionReasonAccountCreationNotComplete = "ACCOUNT_CREATION_NOT_COMPLETE"
)
const (
    // CreateAccountFailureReasonAccountLimitExceeded is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonAccountLimitExceeded = "ACCOUNT_LIMIT_EXCEEDED"

    // CreateAccountFailureReasonEmailAlreadyExists is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonEmailAlreadyExists = "EMAIL_ALREADY_EXISTS"

    // CreateAccountFailureReasonInvalidAddress is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonInvalidAddress = "INVALID_ADDRESS"

    // CreateAccountFailureReasonInvalidEmail is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonInvalidEmail = "INVALID_EMAIL"

    // CreateAccountFailureReasonConcurrentAccountModification is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonConcurrentAccountModification = "CONCURRENT_ACCOUNT_MODIFICATION"

    // CreateAccountFailureReasonInternalFailure is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonInternalFailure = "INTERNAL_FAILURE"

    // CreateAccountFailureReasonGovcloudAccountAlreadyExists is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonGovcloudAccountAlreadyExists = "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"

    // CreateAccountFailureReasonMissingBusinessValidation is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonMissingBusinessValidation = "MISSING_BUSINESS_VALIDATION"

    // CreateAccountFailureReasonFailedBusinessValidation is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonFailedBusinessValidation = "FAILED_BUSINESS_VALIDATION"

    // CreateAccountFailureReasonPendingBusinessValidation is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonPendingBusinessValidation = "PENDING_BUSINESS_VALIDATION"

    // CreateAccountFailureReasonInvalidIdentityForBusinessValidation is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonInvalidIdentityForBusinessValidation = "INVALID_IDENTITY_FOR_BUSINESS_VALIDATION"

    // CreateAccountFailureReasonUnknownBusinessValidation is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonUnknownBusinessValidation = "UNKNOWN_BUSINESS_VALIDATION"

    // CreateAccountFailureReasonMissingPaymentInstrument is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonMissingPaymentInstrument = "MISSING_PAYMENT_INSTRUMENT"

    // CreateAccountFailureReasonInvalidPaymentInstrument is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonInvalidPaymentInstrument = "INVALID_PAYMENT_INSTRUMENT"

    // CreateAccountFailureReasonUpdateExistingResourcePolicyWithTagsNotSupported is a CreateAccountFailureReason enum value
    CreateAccountFailureReasonUpdateExistingResourcePolicyWithTagsNotSupported = "UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED"
)
const (
    // CreateAccountStateInProgress is a CreateAccountState enum value
    CreateAccountStateInProgress = "IN_PROGRESS"

    // CreateAccountStateSucceeded is a CreateAccountState enum value
    CreateAccountStateSucceeded = "SUCCEEDED"

    // CreateAccountStateFailed is a CreateAccountState enum value
    CreateAccountStateFailed = "FAILED"
)
const (
    // EffectivePolicyTypeTagPolicy is a EffectivePolicyType enum value
    EffectivePolicyTypeTagPolicy = "TAG_POLICY"

    // EffectivePolicyTypeBackupPolicy is a EffectivePolicyType enum value
    EffectivePolicyTypeBackupPolicy = "BACKUP_POLICY"

    // EffectivePolicyTypeAiservicesOptOutPolicy is a EffectivePolicyType enum value
    EffectivePolicyTypeAiservicesOptOutPolicy = "AISERVICES_OPT_OUT_POLICY"
)
const (
    // HandshakeConstraintViolationExceptionReasonAccountNumberLimitExceeded is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonAccountNumberLimitExceeded = "ACCOUNT_NUMBER_LIMIT_EXCEEDED"

    // HandshakeConstraintViolationExceptionReasonHandshakeRateLimitExceeded is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonHandshakeRateLimitExceeded = "HANDSHAKE_RATE_LIMIT_EXCEEDED"

    // HandshakeConstraintViolationExceptionReasonAlreadyInAnOrganization is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonAlreadyInAnOrganization = "ALREADY_IN_AN_ORGANIZATION"

    // HandshakeConstraintViolationExceptionReasonOrganizationAlreadyHasAllFeatures is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonOrganizationAlreadyHasAllFeatures = "ORGANIZATION_ALREADY_HAS_ALL_FEATURES"

    // HandshakeConstraintViolationExceptionReasonOrganizationIsAlreadyPendingAllFeaturesMigration is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonOrganizationIsAlreadyPendingAllFeaturesMigration = "ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION"

    // HandshakeConstraintViolationExceptionReasonInviteDisabledDuringEnableAllFeatures is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonInviteDisabledDuringEnableAllFeatures = "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES"

    // HandshakeConstraintViolationExceptionReasonPaymentInstrumentRequired is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonPaymentInstrumentRequired = "PAYMENT_INSTRUMENT_REQUIRED"

    // HandshakeConstraintViolationExceptionReasonOrganizationFromDifferentSellerOfRecord is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonOrganizationFromDifferentSellerOfRecord = "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD"

    // HandshakeConstraintViolationExceptionReasonOrganizationMembershipChangeRateLimitExceeded is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonOrganizationMembershipChangeRateLimitExceeded = "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED"

    // HandshakeConstraintViolationExceptionReasonManagementAccountEmailNotVerified is a HandshakeConstraintViolationExceptionReason enum value
    HandshakeConstraintViolationExceptionReasonManagementAccountEmailNotVerified = "MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED"
)
const (
    // HandshakePartyTypeAccount is a HandshakePartyType enum value
    HandshakePartyTypeAccount = "ACCOUNT"

    // HandshakePartyTypeOrganization is a HandshakePartyType enum value
    HandshakePartyTypeOrganization = "ORGANIZATION"

    // HandshakePartyTypeEmail is a HandshakePartyType enum value
    HandshakePartyTypeEmail = "EMAIL"
)
const (
    // HandshakeResourceTypeAccount is a HandshakeResourceType enum value
    HandshakeResourceTypeAccount = "ACCOUNT"

    // HandshakeResourceTypeOrganization is a HandshakeResourceType enum value
    HandshakeResourceTypeOrganization = "ORGANIZATION"

    // HandshakeResourceTypeOrganizationFeatureSet is a HandshakeResourceType enum value
    HandshakeResourceTypeOrganizationFeatureSet = "ORGANIZATION_FEATURE_SET"

    // HandshakeResourceTypeEmail is a HandshakeResourceType enum value
    HandshakeResourceTypeEmail = "EMAIL"

    // HandshakeResourceTypeMasterEmail is a HandshakeResourceType enum value
    HandshakeResourceTypeMasterEmail = "MASTER_EMAIL"

    // HandshakeResourceTypeMasterName is a HandshakeResourceType enum value
    HandshakeResourceTypeMasterName = "MASTER_NAME"

    // HandshakeResourceTypeNotes is a HandshakeResourceType enum value
    HandshakeResourceTypeNotes = "NOTES"

    // HandshakeResourceTypeParentHandshake is a HandshakeResourceType enum value
    HandshakeResourceTypeParentHandshake = "PARENT_HANDSHAKE"
)
const (
    // HandshakeStateRequested is a HandshakeState enum value
    HandshakeStateRequested = "REQUESTED"

    // HandshakeStateOpen is a HandshakeState enum value
    HandshakeStateOpen = "OPEN"

    // HandshakeStateCanceled is a HandshakeState enum value
    HandshakeStateCanceled = "CANCELED"

    // HandshakeStateAccepted is a HandshakeState enum value
    HandshakeStateAccepted = "ACCEPTED"

    // HandshakeStateDeclined is a HandshakeState enum value
    HandshakeStateDeclined = "DECLINED"

    // HandshakeStateExpired is a HandshakeState enum value
    HandshakeStateExpired = "EXPIRED"
)
const (
    // IAMUserAccessToBillingAllow is a IAMUserAccessToBilling enum value
    IAMUserAccessToBillingAllow = "ALLOW"

    // IAMUserAccessToBillingDeny is a IAMUserAccessToBilling enum value
    IAMUserAccessToBillingDeny = "DENY"
)
const (
    // InvalidInputExceptionReasonInvalidPartyTypeTarget is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidPartyTypeTarget = "INVALID_PARTY_TYPE_TARGET"

    // InvalidInputExceptionReasonInvalidSyntaxOrganizationArn is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidSyntaxOrganizationArn = "INVALID_SYNTAX_ORGANIZATION_ARN"

    // InvalidInputExceptionReasonInvalidSyntaxPolicyId is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidSyntaxPolicyId = "INVALID_SYNTAX_POLICY_ID"

    // InvalidInputExceptionReasonInvalidEnum is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidEnum = "INVALID_ENUM"

    // InvalidInputExceptionReasonInvalidEnumPolicyType is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidEnumPolicyType = "INVALID_ENUM_POLICY_TYPE"

    // InvalidInputExceptionReasonInvalidListMember is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidListMember = "INVALID_LIST_MEMBER"

    // InvalidInputExceptionReasonMaxLengthExceeded is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonMaxLengthExceeded = "MAX_LENGTH_EXCEEDED"

    // InvalidInputExceptionReasonMaxValueExceeded is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonMaxValueExceeded = "MAX_VALUE_EXCEEDED"

    // InvalidInputExceptionReasonMinLengthExceeded is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonMinLengthExceeded = "MIN_LENGTH_EXCEEDED"

    // InvalidInputExceptionReasonMinValueExceeded is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonMinValueExceeded = "MIN_VALUE_EXCEEDED"

    // InvalidInputExceptionReasonImmutablePolicy is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonImmutablePolicy = "IMMUTABLE_POLICY"

    // InvalidInputExceptionReasonInvalidPattern is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidPattern = "INVALID_PATTERN"

    // InvalidInputExceptionReasonInvalidPatternTargetId is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidPatternTargetId = "INVALID_PATTERN_TARGET_ID"

    // InvalidInputExceptionReasonInputRequired is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInputRequired = "INPUT_REQUIRED"

    // InvalidInputExceptionReasonInvalidNextToken is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidNextToken = "INVALID_NEXT_TOKEN"

    // InvalidInputExceptionReasonMaxLimitExceededFilter is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonMaxLimitExceededFilter = "MAX_LIMIT_EXCEEDED_FILTER"

    // InvalidInputExceptionReasonMovingAccountBetweenDifferentRoots is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonMovingAccountBetweenDifferentRoots = "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS"

    // InvalidInputExceptionReasonInvalidFullNameTarget is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidFullNameTarget = "INVALID_FULL_NAME_TARGET"

    // InvalidInputExceptionReasonUnrecognizedServicePrincipal is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonUnrecognizedServicePrincipal = "UNRECOGNIZED_SERVICE_PRINCIPAL"

    // InvalidInputExceptionReasonInvalidRoleName is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidRoleName = "INVALID_ROLE_NAME"

    // InvalidInputExceptionReasonInvalidSystemTagsParameter is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidSystemTagsParameter = "INVALID_SYSTEM_TAGS_PARAMETER"

    // InvalidInputExceptionReasonDuplicateTagKey is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonDuplicateTagKey = "DUPLICATE_TAG_KEY"

    // InvalidInputExceptionReasonTargetNotSupported is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonTargetNotSupported = "TARGET_NOT_SUPPORTED"

    // InvalidInputExceptionReasonInvalidEmailAddressTarget is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidEmailAddressTarget = "INVALID_EMAIL_ADDRESS_TARGET"

    // InvalidInputExceptionReasonInvalidResourcePolicyJson is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonInvalidResourcePolicyJson = "INVALID_RESOURCE_POLICY_JSON"

    // InvalidInputExceptionReasonUnsupportedActionInResourcePolicy is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonUnsupportedActionInResourcePolicy = "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY"

    // InvalidInputExceptionReasonUnsupportedPolicyTypeInResourcePolicy is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonUnsupportedPolicyTypeInResourcePolicy = "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY"

    // InvalidInputExceptionReasonUnsupportedResourceInResourcePolicy is a InvalidInputExceptionReason enum value
    InvalidInputExceptionReasonUnsupportedResourceInResourcePolicy = "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY"
)
const (
    // OrganizationFeatureSetAll is a OrganizationFeatureSet enum value
    OrganizationFeatureSetAll = "ALL"

    // OrganizationFeatureSetConsolidatedBilling is a OrganizationFeatureSet enum value
    OrganizationFeatureSetConsolidatedBilling = "CONSOLIDATED_BILLING"
)
const (
    // ParentTypeRoot is a ParentType enum value
    ParentTypeRoot = "ROOT"

    // ParentTypeOrganizationalUnit is a ParentType enum value
    ParentTypeOrganizationalUnit = "ORGANIZATIONAL_UNIT"
)
const (
    // PolicyTypeServiceControlPolicy is a PolicyType enum value
    PolicyTypeServiceControlPolicy = "SERVICE_CONTROL_POLICY"

    // PolicyTypeTagPolicy is a PolicyType enum value
    PolicyTypeTagPolicy = "TAG_POLICY"

    // PolicyTypeBackupPolicy is a PolicyType enum value
    PolicyTypeBackupPolicy = "BACKUP_POLICY"

    // PolicyTypeAiservicesOptOutPolicy is a PolicyType enum value
    PolicyTypeAiservicesOptOutPolicy = "AISERVICES_OPT_OUT_POLICY"
)
const (
    // PolicyTypeStatusEnabled is a PolicyTypeStatus enum value
    PolicyTypeStatusEnabled = "ENABLED"

    // PolicyTypeStatusPendingEnable is a PolicyTypeStatus enum value
    PolicyTypeStatusPendingEnable = "PENDING_ENABLE"

    // PolicyTypeStatusPendingDisable is a PolicyTypeStatus enum value
    PolicyTypeStatusPendingDisable = "PENDING_DISABLE"
)
const (
    // TargetTypeAccount is a TargetType enum value
    TargetTypeAccount = "ACCOUNT"

    // TargetTypeOrganizationalUnit is a TargetType enum value
    TargetTypeOrganizationalUnit = "ORGANIZATIONAL_UNIT"

    // TargetTypeRoot is a TargetType enum value
    TargetTypeRoot = "ROOT"
)
const (

    // ErrCodeAWSOrganizationsNotInUseException for service response error code
    // "AWSOrganizationsNotInUseException".
    //
    // 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.
    ErrCodeAWSOrganizationsNotInUseException = "AWSOrganizationsNotInUseException"

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // You don't have permissions to perform the requested operation. The user or
    // role that is making the request must have at least one IAM permissions policy
    // attached that grants the required permissions. For more information, see
    // Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html)
    // in the IAM User Guide.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeAccessDeniedForDependencyException for service response error code
    // "AccessDeniedForDependencyException".
    //
    // The operation that you attempted requires you to have the iam:CreateServiceLinkedRole
    // for organizations.amazonaws.com permission so that Organizations can create
    // the required service-linked role. You don't have that permission.
    ErrCodeAccessDeniedForDependencyException = "AccessDeniedForDependencyException"

    // ErrCodeAccountAlreadyClosedException for service response error code
    // "AccountAlreadyClosedException".
    //
    // You attempted to close an account that is already closed.
    ErrCodeAccountAlreadyClosedException = "AccountAlreadyClosedException"

    // ErrCodeAccountAlreadyRegisteredException for service response error code
    // "AccountAlreadyRegisteredException".
    //
    // The specified account is already a delegated administrator for this Amazon
    // Web Services service.
    ErrCodeAccountAlreadyRegisteredException = "AccountAlreadyRegisteredException"

    // ErrCodeAccountNotFoundException for service response error code
    // "AccountNotFoundException".
    //
    // We can't find an Amazon Web Services account with the AccountId that you
    // specified, or the account whose credentials you used to make this request
    // isn't a member of an organization.
    ErrCodeAccountNotFoundException = "AccountNotFoundException"

    // ErrCodeAccountNotRegisteredException for service response error code
    // "AccountNotRegisteredException".
    //
    // The specified account is not a delegated administrator for this Amazon Web
    // Services service.
    ErrCodeAccountNotRegisteredException = "AccountNotRegisteredException"

    // ErrCodeAccountOwnerNotVerifiedException for service response error code
    // "AccountOwnerNotVerifiedException".
    //
    // You can't invite an existing account to your organization until you verify
    // that you own the email address associated with the management account. For
    // more information, see Email address verification (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_create.html#about-email-verification)
    // in the Organizations User Guide.
    ErrCodeAccountOwnerNotVerifiedException = "AccountOwnerNotVerifiedException"

    // ErrCodeAlreadyInOrganizationException for service response error code
    // "AlreadyInOrganizationException".
    //
    // This account is already a member of an organization. An account can belong
    // to only one organization at a time.
    ErrCodeAlreadyInOrganizationException = "AlreadyInOrganizationException"

    // ErrCodeChildNotFoundException for service response error code
    // "ChildNotFoundException".
    //
    // We can't find an organizational unit (OU) or Amazon Web Services account
    // with the ChildId that you specified.
    ErrCodeChildNotFoundException = "ChildNotFoundException"

    // ErrCodeConcurrentModificationException for service response error code
    // "ConcurrentModificationException".
    //
    // The target of the operation is currently being modified by a different request.
    // Try again later.
    ErrCodeConcurrentModificationException = "ConcurrentModificationException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // The request failed because it conflicts with the current state of the specified
    // resource.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeConstraintViolationException for service response error code
    // "ConstraintViolationException".
    //
    // Performing this operation violates a minimum or maximum value limit. For
    // example, attempting to remove the last service control policy (SCP) from
    // an OU or root, inviting or creating too many accounts to the organization,
    // or attaching too many policies to an account, OU, or root. This exception
    // includes a reason that contains additional information about the violated
    // limit:
    //
    // Some of the reasons in the following list might not be applicable to this
    // specific API or operation.
    //
    //    * ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management
    //    account from the organization. You can't remove the management account.
    //    Instead, after you remove all member accounts, delete the organization
    //    itself.
    //
    //    * ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove
    //    an account from the organization that doesn't yet have enough information
    //    to exist as a standalone account. This account requires you to first complete
    //    phone verification. Follow the steps at Removing a member account from
    //    your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master)
    //    in the Organizations User Guide.
    //
    //    * ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number
    //    of accounts that you can create in one day.
    //
    //    * ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or
    //    your account isn't fully active. You must complete the account setup before
    //    you create an organization.
    //
    //    * ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on
    //    the number of accounts in an organization. If you need more accounts,
    //    contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/)
    //    to request an increase in your limit. Or the number of invitations that
    //    you tried to send would cause you to exceed the limit of accounts in your
    //    organization. Send fewer invitations or contact Amazon Web Services Support
    //    to request an increase in the number of accounts. Deleted and closed accounts
    //    still count toward your limit. If you get this exception when running
    //    a command immediately after creating the organization, wait one hour and
    //    try again. After an hour, if the command continues to fail with this error,
    //    contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).
    //
    //    * CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
    //    register a suspended account as a delegated administrator.
    //
    //    * CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to
    //    register the management account of the organization as a delegated administrator
    //    for an Amazon Web Services service integrated with Organizations. You
    //    can designate only a member account as a delegated administrator.
    //
    //    * CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management
    //    account. To close the management account for the organization, you must
    //    first either remove or close all member accounts in the organization.
    //    Follow standard account closure process using root credentials.​
    //
    //    * CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove
    //    an account that is registered as a delegated administrator for a service
    //    integrated with your organization. To complete this operation, you must
    //    first deregister this account as a delegated administrator.
    //
    //    * CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota
    //    for the past 30 days.
    //
    //    * CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number
    //    of accounts that you can close at a time. ​
    //
    //    * CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an
    //    organization in the specified region, you must enable all features mode.
    //
    //    * DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register
    //    an Amazon Web Services account as a delegated administrator for an Amazon
    //    Web Services service that already has a delegated administrator. To complete
    //    this operation, you must first deregister any existing delegated administrators
    //    for this service.
    //
    //    * EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only
    //    valid for a limited period of time. You must resubmit the request and
    //    generate a new verfication code.
    //
    //    * HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
    //    handshakes that you can send in one day.
    //
    //    * INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no
    //    supported payment method is associated with the account. Amazon Web Services
    //    does not support cards issued by financial institutions in Russia or Belarus.
    //    For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).
    //
    //    * MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account
    //    in this organization, you first must migrate the organization's management
    //    account to the marketplace that corresponds to the management account's
    //    address. For example, accounts with India addresses must be associated
    //    with the AISPL marketplace. All accounts in an organization must be associated
    //    with the same marketplace.
    //
    //    * MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon
    //    Web Services Regions in China. To create an organization, the master must
    //    have a valid business license. For more information, contact customer
    //    support.
    //
    //    * MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you
    //    must first provide a valid contact address and phone number for the management
    //    account. Then try the operation again.
    //
    //    * MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the
    //    management account must have an associated account in the Amazon Web Services
    //    GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html)
    //    in the Amazon Web Services GovCloud User Guide.
    //
    //    * MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization
    //    with this management account, you first must associate a valid payment
    //    instrument, such as a credit card, with the account. For more information,
    //    see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html)
    //    in the Organizations User Guide.
    //
    //    * MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted
    //    to register more delegated administrators than allowed for the service
    //    principal.
    //
    //    * MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the
    //    number of policies of a certain type that can be attached to an entity
    //    at one time.
    //
    //    * MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed
    //    on this resource.
    //
    //    * MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation
    //    with this member account, you first must associate a valid payment instrument,
    //    such as a credit card, with the account. For more information, see Considerations
    //    before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html)
    //    in the Organizations User Guide.
    //
    //    * MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a
    //    policy from an entity that would cause the entity to have fewer than the
    //    minimum number of policies of a certain type required.
    //
    //    * ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation
    //    that requires the organization to be configured to support all features.
    //    An organization that supports only consolidated billing features can't
    //    perform this operation.
    //
    //    * OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is
    //    too many levels deep.
    //
    //    * OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs
    //    that you can have in an organization.
    //
    //    * POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that
    //    is larger than the maximum size.
    //
    //    * POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of
    //    policies that you can have in an organization.
    //
    //    * SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator
    //    before you enabled service access. Call the EnableAWSServiceAccess API
    //    first.
    //
    //    * TAG_POLICY_VIOLATION: You attempted to create or update a resource with
    //    tags that are not compliant with the tag policy requirements for this
    //    account.
    //
    //    * WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account,
    //    there is a waiting period before you can remove it from the organization.
    //    If you get an error that indicates that a wait period is required, try
    //    again in a few days.
    ErrCodeConstraintViolationException = "ConstraintViolationException"

    // ErrCodeCreateAccountStatusNotFoundException for service response error code
    // "CreateAccountStatusNotFoundException".
    //
    // We can't find an create account request with the CreateAccountRequestId that
    // you specified.
    ErrCodeCreateAccountStatusNotFoundException = "CreateAccountStatusNotFoundException"

    // ErrCodeDestinationParentNotFoundException for service response error code
    // "DestinationParentNotFoundException".
    //
    // We can't find the destination container (a root or OU) with the ParentId
    // that you specified.
    ErrCodeDestinationParentNotFoundException = "DestinationParentNotFoundException"

    // ErrCodeDuplicateAccountException for service response error code
    // "DuplicateAccountException".
    //
    // That account is already present in the specified destination.
    ErrCodeDuplicateAccountException = "DuplicateAccountException"

    // ErrCodeDuplicateHandshakeException for service response error code
    // "DuplicateHandshakeException".
    //
    // A handshake with the same action and target already exists. For example,
    // if you invited an account to join your organization, the invited account
    // might already have a pending invitation from this organization. If you intend
    // to resend an invitation to an account, ensure that existing handshakes that
    // might be considered duplicates are canceled or declined.
    ErrCodeDuplicateHandshakeException = "DuplicateHandshakeException"

    // ErrCodeDuplicateOrganizationalUnitException for service response error code
    // "DuplicateOrganizationalUnitException".
    //
    // An OU with the same name already exists.
    ErrCodeDuplicateOrganizationalUnitException = "DuplicateOrganizationalUnitException"

    // ErrCodeDuplicatePolicyAttachmentException for service response error code
    // "DuplicatePolicyAttachmentException".
    //
    // The selected policy is already attached to the specified target.
    ErrCodeDuplicatePolicyAttachmentException = "DuplicatePolicyAttachmentException"

    // ErrCodeDuplicatePolicyException for service response error code
    // "DuplicatePolicyException".
    //
    // A policy with the same name already exists.
    ErrCodeDuplicatePolicyException = "DuplicatePolicyException"

    // ErrCodeEffectivePolicyNotFoundException for service response error code
    // "EffectivePolicyNotFoundException".
    //
    // If you ran this action on the management account, this policy type is not
    // enabled. If you ran the action on a member account, the account doesn't have
    // an effective policy of this type. Contact the administrator of your organization
    // about attaching a policy of this type to the account.
    ErrCodeEffectivePolicyNotFoundException = "EffectivePolicyNotFoundException"

    // ErrCodeFinalizingOrganizationException for service response error code
    // "FinalizingOrganizationException".
    //
    // 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 (https://console.aws.amazon.com/support/home#/).
    ErrCodeFinalizingOrganizationException = "FinalizingOrganizationException"

    // ErrCodeHandshakeAlreadyInStateException for service response error code
    // "HandshakeAlreadyInStateException".
    //
    // The specified handshake is already in the requested state. For example, you
    // can't accept a handshake that was already accepted.
    ErrCodeHandshakeAlreadyInStateException = "HandshakeAlreadyInStateException"

    // ErrCodeHandshakeConstraintViolationException for service response error code
    // "HandshakeConstraintViolationException".
    //
    // The requested operation would violate the constraint identified in the reason
    // code.
    //
    // Some of the reasons in the following list might not be applicable to this
    // specific API or operation:
    //
    //    * ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on
    //    the number of accounts in an organization. Note that deleted and closed
    //    accounts still count toward your limit. If you get this exception immediately
    //    after creating the organization, wait one hour and try again. If after
    //    an hour it continues to fail with this error, contact Amazon Web Services
    //    Support (https://console.aws.amazon.com/support/home#/).
    //
    //    * ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because
    //    the invited account is already a member of an organization.
    //
    //    * HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
    //    handshakes that you can send in one day.
    //
    //    * INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations
    //    to join an organization while it's in the process of enabling all features.
    //    You can resume inviting accounts after you finalize the process when all
    //    accounts have agreed to the change.
    //
    //    * ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid
    //    because the organization has already enabled all features.
    //
    //    * ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: The handshake
    //    request is invalid because the organization has already started the process
    //    to enable all features.
    //
    //    * ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because
    //    the account is from a different marketplace than the accounts in the organization.
    //    For example, accounts with India addresses must be associated with the
    //    AISPL marketplace. All accounts in an organization must be from the same
    //    marketplace.
    //
    //    * ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to
    //    change the membership of an account too quickly after its previous change.
    //
    //    * PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an
    //    account that doesn't have a payment instrument, such as a credit card,
    //    associated with it.
    ErrCodeHandshakeConstraintViolationException = "HandshakeConstraintViolationException"

    // ErrCodeHandshakeNotFoundException for service response error code
    // "HandshakeNotFoundException".
    //
    // We can't find a handshake with the HandshakeId that you specified.
    ErrCodeHandshakeNotFoundException = "HandshakeNotFoundException"

    // ErrCodeInvalidHandshakeTransitionException for service response error code
    // "InvalidHandshakeTransitionException".
    //
    // You can't perform the operation on the handshake in its current state. For
    // example, you can't cancel a handshake that was already accepted or accept
    // a handshake that was already declined.
    ErrCodeInvalidHandshakeTransitionException = "InvalidHandshakeTransitionException"

    // ErrCodeInvalidInputException for service response error code
    // "InvalidInputException".
    //
    // The requested operation failed because you provided invalid values for one
    // or more of the request parameters. This exception includes a reason that
    // contains additional information about the violated limit:
    //
    // Some of the reasons in the following list might not be applicable to this
    // specific API or operation.
    //
    //    * DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to
    //    the same entity.
    //
    //    * IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web
    //    Services and can't be modified.
    //
    //    * INPUT_REQUIRED: You must include a value for all required parameters.
    //
    //    * INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address
    //    for the invited account owner.
    //
    //    * INVALID_ENUM: You specified an invalid value.
    //
    //    * INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.
    //
    //    * INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid
    //    characters.
    //
    //    * INVALID_LIST_MEMBER: You provided a list to a parameter that contains
    //    at least one invalid value.
    //
    //    * INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter
    //    from the response to a previous call of the operation.
    //
    //    * INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account,
    //    organization, or email) as a party.
    //
    //    * INVALID_PATTERN: You provided a value that doesn't match the required
    //    pattern.
    //
    //    * INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't
    //    match the required pattern.
    //
    //    * INVALID_ROLE_NAME: You provided a role name that isn't valid. A role
    //    name can't begin with the reserved prefix AWSServiceRoleFor.
    //
    //    * INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource
    //    Name (ARN) for the organization.
    //
    //    * INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.
    //
    //    * INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system
    //    tag. You can’t add, edit, or delete system tag keys because they're
    //    reserved for Amazon Web Services use. System tags don’t count against
    //    your tags per resource limit.
    //
    //    * MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter
    //    for the operation.
    //
    //    * MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer
    //    than allowed.
    //
    //    * MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger
    //    value than allowed.
    //
    //    * MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter
    //    than allowed.
    //
    //    * MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller
    //    value than allowed.
    //
    //    * MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only
    //    between entities in the same root.
    //
    //    * TARGET_NOT_SUPPORTED: You can't perform the specified operation on that
    //    target entity.
    //
    //    * UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that
    //    isn't recognized.
    ErrCodeInvalidInputException = "InvalidInputException"

    // ErrCodeMalformedPolicyDocumentException for service response error code
    // "MalformedPolicyDocumentException".
    //
    // The provided policy document doesn't meet the requirements of the specified
    // policy type. For example, the syntax might be incorrect. For details about
    // service control policy syntax, see SCP syntax (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html)
    // in the Organizations User Guide.
    ErrCodeMalformedPolicyDocumentException = "MalformedPolicyDocumentException"

    // ErrCodeMasterCannotLeaveOrganizationException for service response error code
    // "MasterCannotLeaveOrganizationException".
    //
    // You can't remove a management account from an organization. If you want the
    // management account to become a member account in another organization, you
    // must first delete the current organization of the management account.
    ErrCodeMasterCannotLeaveOrganizationException = "MasterCannotLeaveOrganizationException"

    // ErrCodeOrganizationNotEmptyException for service response error code
    // "OrganizationNotEmptyException".
    //
    // The organization isn't empty. To delete an organization, you must first remove
    // all accounts except the management account.
    ErrCodeOrganizationNotEmptyException = "OrganizationNotEmptyException"

    // ErrCodeOrganizationalUnitNotEmptyException for service response error code
    // "OrganizationalUnitNotEmptyException".
    //
    // The specified OU is not empty. Move all accounts to another root or to other
    // OUs, remove all child OUs, and try the operation again.
    ErrCodeOrganizationalUnitNotEmptyException = "OrganizationalUnitNotEmptyException"

    // ErrCodeOrganizationalUnitNotFoundException for service response error code
    // "OrganizationalUnitNotFoundException".
    //
    // We can't find an OU with the OrganizationalUnitId that you specified.
    ErrCodeOrganizationalUnitNotFoundException = "OrganizationalUnitNotFoundException"

    // ErrCodeParentNotFoundException for service response error code
    // "ParentNotFoundException".
    //
    // We can't find a root or OU with the ParentId that you specified.
    ErrCodeParentNotFoundException = "ParentNotFoundException"

    // ErrCodePolicyChangesInProgressException for service response error code
    // "PolicyChangesInProgressException".
    //
    // Changes to the effective policy are in progress, and its contents can't be
    // returned. Try the operation again later.
    ErrCodePolicyChangesInProgressException = "PolicyChangesInProgressException"

    // ErrCodePolicyInUseException for service response error code
    // "PolicyInUseException".
    //
    // The policy is attached to one or more entities. You must detach it from all
    // roots, OUs, and accounts before performing this operation.
    ErrCodePolicyInUseException = "PolicyInUseException"

    // ErrCodePolicyNotAttachedException for service response error code
    // "PolicyNotAttachedException".
    //
    // The policy isn't attached to the specified target in the specified root.
    ErrCodePolicyNotAttachedException = "PolicyNotAttachedException"

    // ErrCodePolicyNotFoundException for service response error code
    // "PolicyNotFoundException".
    //
    // We can't find a policy with the PolicyId that you specified.
    ErrCodePolicyNotFoundException = "PolicyNotFoundException"

    // ErrCodePolicyTypeAlreadyEnabledException for service response error code
    // "PolicyTypeAlreadyEnabledException".
    //
    // The specified policy type is already enabled in the specified root.
    ErrCodePolicyTypeAlreadyEnabledException = "PolicyTypeAlreadyEnabledException"

    // ErrCodePolicyTypeNotAvailableForOrganizationException for service response error code
    // "PolicyTypeNotAvailableForOrganizationException".
    //
    // You can't use the specified policy type with the feature set currently enabled
    // for this organization. For example, you can enable SCPs only after you enable
    // all features in the organization. For more information, see Managing Organizations
    // policies (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html#enable_policies_on_root)in
    // the Organizations User Guide.
    ErrCodePolicyTypeNotAvailableForOrganizationException = "PolicyTypeNotAvailableForOrganizationException"

    // ErrCodePolicyTypeNotEnabledException for service response error code
    // "PolicyTypeNotEnabledException".
    //
    // The specified policy type isn't currently enabled in this root. You can't
    // attach policies of the specified type to entities in a root until you enable
    // that type in the root. For more information, see Enabling all features in
    // your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html)
    // in the Organizations User Guide.
    ErrCodePolicyTypeNotEnabledException = "PolicyTypeNotEnabledException"

    // ErrCodeResourcePolicyNotFoundException for service response error code
    // "ResourcePolicyNotFoundException".
    //
    // We can't find a resource policy request with the parameter that you specified.
    ErrCodeResourcePolicyNotFoundException = "ResourcePolicyNotFoundException"

    // ErrCodeRootNotFoundException for service response error code
    // "RootNotFoundException".
    //
    // We can't find a root with the RootId that you specified.
    ErrCodeRootNotFoundException = "RootNotFoundException"

    // ErrCodeServiceException for service response error code
    // "ServiceException".
    //
    // Organizations can't complete your request because of an internal service
    // error. Try again later.
    ErrCodeServiceException = "ServiceException"

    // ErrCodeSourceParentNotFoundException for service response error code
    // "SourceParentNotFoundException".
    //
    // We can't find a source root or OU with the ParentId that you specified.
    ErrCodeSourceParentNotFoundException = "SourceParentNotFoundException"

    // ErrCodeTargetNotFoundException for service response error code
    // "TargetNotFoundException".
    //
    // We can't find a root, OU, account, or policy with the TargetId that you specified.
    ErrCodeTargetNotFoundException = "TargetNotFoundException"

    // ErrCodeTooManyRequestsException for service response error code
    // "TooManyRequestsException".
    //
    // You have sent too many requests in too short a period of time. The quota
    // helps protect against denial-of-service attacks. Try again later.
    //
    // For information about quotas that affect Organizations, see Quotas for Organizations
    // (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html)
    // in the Organizations User Guide.
    ErrCodeTooManyRequestsException = "TooManyRequestsException"

    // ErrCodeUnsupportedAPIEndpointException for service response error code
    // "UnsupportedAPIEndpointException".
    //
    // This action isn't available in the current Amazon Web Services Region.
    ErrCodeUnsupportedAPIEndpointException = "UnsupportedAPIEndpointException"
)
const (
    ServiceName = "organizations" // Name of service.
    EndpointsID = ServiceName     // ID to lookup a service endpoint with.
    ServiceID   = "Organizations" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AccessDeniedForDependencyExceptionReasonAccessDeniedDuringCreateServiceLinkedRole is a AccessDeniedForDependencyExceptionReason enum value
    AccessDeniedForDependencyExceptionReasonAccessDeniedDuringCreateServiceLinkedRole = "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE"
)

func AccessDeniedForDependencyExceptionReason_Values

func AccessDeniedForDependencyExceptionReason_Values() []string

AccessDeniedForDependencyExceptionReason_Values returns all elements of the AccessDeniedForDependencyExceptionReason enum

func AccountJoinedMethod_Values

func AccountJoinedMethod_Values() []string

AccountJoinedMethod_Values returns all elements of the AccountJoinedMethod enum

func AccountStatus_Values

func AccountStatus_Values() []string

AccountStatus_Values returns all elements of the AccountStatus enum

func ActionType_Values

func ActionType_Values() []string

ActionType_Values returns all elements of the ActionType enum

func ChildType_Values

func ChildType_Values() []string

ChildType_Values returns all elements of the ChildType enum

func ConstraintViolationExceptionReason_Values

func ConstraintViolationExceptionReason_Values() []string

ConstraintViolationExceptionReason_Values returns all elements of the ConstraintViolationExceptionReason enum

func CreateAccountFailureReason_Values

func CreateAccountFailureReason_Values() []string

CreateAccountFailureReason_Values returns all elements of the CreateAccountFailureReason enum

func CreateAccountState_Values

func CreateAccountState_Values() []string

CreateAccountState_Values returns all elements of the CreateAccountState enum

func EffectivePolicyType_Values

func EffectivePolicyType_Values() []string

EffectivePolicyType_Values returns all elements of the EffectivePolicyType enum

func HandshakeConstraintViolationExceptionReason_Values

func HandshakeConstraintViolationExceptionReason_Values() []string

HandshakeConstraintViolationExceptionReason_Values returns all elements of the HandshakeConstraintViolationExceptionReason enum

func HandshakePartyType_Values

func HandshakePartyType_Values() []string

HandshakePartyType_Values returns all elements of the HandshakePartyType enum

func HandshakeResourceType_Values

func HandshakeResourceType_Values() []string

HandshakeResourceType_Values returns all elements of the HandshakeResourceType enum

func HandshakeState_Values

func HandshakeState_Values() []string

HandshakeState_Values returns all elements of the HandshakeState enum

func IAMUserAccessToBilling_Values

func IAMUserAccessToBilling_Values() []string

IAMUserAccessToBilling_Values returns all elements of the IAMUserAccessToBilling enum

func InvalidInputExceptionReason_Values

func InvalidInputExceptionReason_Values() []string

InvalidInputExceptionReason_Values returns all elements of the InvalidInputExceptionReason enum

func OrganizationFeatureSet_Values

func OrganizationFeatureSet_Values() []string

OrganizationFeatureSet_Values returns all elements of the OrganizationFeatureSet enum

func ParentType_Values

func ParentType_Values() []string

ParentType_Values returns all elements of the ParentType enum

func PolicyTypeStatus_Values

func PolicyTypeStatus_Values() []string

PolicyTypeStatus_Values returns all elements of the PolicyTypeStatus enum

func PolicyType_Values

func PolicyType_Values() []string

PolicyType_Values returns all elements of the PolicyType enum

func TargetType_Values

func TargetType_Values() []string

TargetType_Values returns all elements of the TargetType enum

type AWSOrganizationsNotInUseException

type AWSOrganizationsNotInUseException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

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.

func (*AWSOrganizationsNotInUseException) Code

func (s *AWSOrganizationsNotInUseException) Code() string

Code returns the exception type name.

func (*AWSOrganizationsNotInUseException) Error

func (s *AWSOrganizationsNotInUseException) Error() string

func (AWSOrganizationsNotInUseException) GoString

func (s AWSOrganizationsNotInUseException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AWSOrganizationsNotInUseException) Message

func (s *AWSOrganizationsNotInUseException) Message() string

Message returns the exception's message.

func (*AWSOrganizationsNotInUseException) OrigErr

func (s *AWSOrganizationsNotInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AWSOrganizationsNotInUseException) RequestID

func (s *AWSOrganizationsNotInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AWSOrganizationsNotInUseException) StatusCode

func (s *AWSOrganizationsNotInUseException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AWSOrganizationsNotInUseException) String

func (s AWSOrganizationsNotInUseException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AcceptHandshakeInput

type AcceptHandshakeInput struct {

    // The unique identifier (ID) of the handshake that you want to accept.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for handshake ID string
    // requires "h-" followed by from 8 to 32 lowercase letters or digits.
    //
    // HandshakeId is a required field
    HandshakeId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AcceptHandshakeInput) GoString

func (s AcceptHandshakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptHandshakeInput) SetHandshakeId

func (s *AcceptHandshakeInput) SetHandshakeId(v string) *AcceptHandshakeInput

SetHandshakeId sets the HandshakeId field's value.

func (AcceptHandshakeInput) String

func (s AcceptHandshakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptHandshakeInput) Validate

func (s *AcceptHandshakeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptHandshakeOutput

type AcceptHandshakeOutput struct {

    // A structure that contains details about the accepted handshake.
    Handshake *Handshake `type:"structure"`
    // contains filtered or unexported fields
}

func (AcceptHandshakeOutput) GoString

func (s AcceptHandshakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptHandshakeOutput) SetHandshake

func (s *AcceptHandshakeOutput) SetHandshake(v *Handshake) *AcceptHandshakeOutput

SetHandshake sets the Handshake field's value.

func (AcceptHandshakeOutput) String

func (s AcceptHandshakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccessDeniedForDependencyException

type AccessDeniedForDependencyException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    Reason *string `type:"string" enum:"AccessDeniedForDependencyExceptionReason"`
    // contains filtered or unexported fields
}

The operation that you attempted requires you to have the iam:CreateServiceLinkedRole for organizations.amazonaws.com permission so that Organizations can create the required service-linked role. You don't have that permission.

func (*AccessDeniedForDependencyException) Code

func (s *AccessDeniedForDependencyException) Code() string

Code returns the exception type name.

func (*AccessDeniedForDependencyException) Error

func (s *AccessDeniedForDependencyException) Error() string

func (AccessDeniedForDependencyException) GoString

func (s AccessDeniedForDependencyException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedForDependencyException) Message

func (s *AccessDeniedForDependencyException) Message() string

Message returns the exception's message.

func (*AccessDeniedForDependencyException) OrigErr

func (s *AccessDeniedForDependencyException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedForDependencyException) RequestID

func (s *AccessDeniedForDependencyException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedForDependencyException) StatusCode

func (s *AccessDeniedForDependencyException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedForDependencyException) String

func (s AccessDeniedForDependencyException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Account

type Account struct {

    // The Amazon Resource Name (ARN) of the account.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    Arn *string `type:"string"`

    // The email address associated with the Amazon Web Services account.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for this parameter is
    // a string of characters that represents a standard internet email address.
    //
    // Email is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Account's
    // String and GoString methods.
    Email *string `min:"6" type:"string" sensitive:"true"`

    // The unique identifier (ID) of the account.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an account ID string
    // requires exactly 12 digits.
    Id *string `type:"string"`

    // The method by which the account joined the organization.
    JoinedMethod *string `type:"string" enum:"AccountJoinedMethod"`

    // The date the account became a part of the organization.
    JoinedTimestamp *time.Time `type:"timestamp"`

    // The friendly name of the account.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    //
    // Name is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Account's
    // String and GoString methods.
    Name *string `min:"1" type:"string" sensitive:"true"`

    // The status of the account in the organization.
    Status *string `type:"string" enum:"AccountStatus"`
    // contains filtered or unexported fields
}

Contains information about an Amazon Web Services account that is a member of an organization.

func (Account) GoString

func (s Account) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Account) SetArn

func (s *Account) SetArn(v string) *Account

SetArn sets the Arn field's value.

func (*Account) SetEmail

func (s *Account) SetEmail(v string) *Account

SetEmail sets the Email field's value.

func (*Account) SetId

func (s *Account) SetId(v string) *Account

SetId sets the Id field's value.

func (*Account) SetJoinedMethod

func (s *Account) SetJoinedMethod(v string) *Account

SetJoinedMethod sets the JoinedMethod field's value.

func (*Account) SetJoinedTimestamp

func (s *Account) SetJoinedTimestamp(v time.Time) *Account

SetJoinedTimestamp sets the JoinedTimestamp field's value.

func (*Account) SetName

func (s *Account) SetName(v string) *Account

SetName sets the Name field's value.

func (*Account) SetStatus

func (s *Account) SetStatus(v string) *Account

SetStatus sets the Status field's value.

func (Account) String

func (s Account) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountAlreadyClosedException

type AccountAlreadyClosedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You attempted to close an account that is already closed.

func (*AccountAlreadyClosedException) Code

func (s *AccountAlreadyClosedException) Code() string

Code returns the exception type name.

func (*AccountAlreadyClosedException) Error

func (s *AccountAlreadyClosedException) Error() string

func (AccountAlreadyClosedException) GoString

func (s AccountAlreadyClosedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountAlreadyClosedException) Message

func (s *AccountAlreadyClosedException) Message() string

Message returns the exception's message.

func (*AccountAlreadyClosedException) OrigErr

func (s *AccountAlreadyClosedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccountAlreadyClosedException) RequestID

func (s *AccountAlreadyClosedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccountAlreadyClosedException) StatusCode

func (s *AccountAlreadyClosedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccountAlreadyClosedException) String

func (s AccountAlreadyClosedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountAlreadyRegisteredException

type AccountAlreadyRegisteredException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified account is already a delegated administrator for this Amazon Web Services service.

func (*AccountAlreadyRegisteredException) Code

func (s *AccountAlreadyRegisteredException) Code() string

Code returns the exception type name.

func (*AccountAlreadyRegisteredException) Error

func (s *AccountAlreadyRegisteredException) Error() string

func (AccountAlreadyRegisteredException) GoString

func (s AccountAlreadyRegisteredException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountAlreadyRegisteredException) Message

func (s *AccountAlreadyRegisteredException) Message() string

Message returns the exception's message.

func (*AccountAlreadyRegisteredException) OrigErr

func (s *AccountAlreadyRegisteredException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccountAlreadyRegisteredException) RequestID

func (s *AccountAlreadyRegisteredException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccountAlreadyRegisteredException) StatusCode

func (s *AccountAlreadyRegisteredException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccountAlreadyRegisteredException) String

func (s AccountAlreadyRegisteredException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountNotFoundException

type AccountNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

func (*AccountNotFoundException) Code

func (s *AccountNotFoundException) Code() string

Code returns the exception type name.

func (*AccountNotFoundException) Error

func (s *AccountNotFoundException) Error() string

func (AccountNotFoundException) GoString

func (s AccountNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountNotFoundException) Message

func (s *AccountNotFoundException) Message() string

Message returns the exception's message.

func (*AccountNotFoundException) OrigErr

func (s *AccountNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccountNotFoundException) RequestID

func (s *AccountNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccountNotFoundException) StatusCode

func (s *AccountNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccountNotFoundException) String

func (s AccountNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountNotRegisteredException

type AccountNotRegisteredException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified account is not a delegated administrator for this Amazon Web Services service.

func (*AccountNotRegisteredException) Code

func (s *AccountNotRegisteredException) Code() string

Code returns the exception type name.

func (*AccountNotRegisteredException) Error

func (s *AccountNotRegisteredException) Error() string

func (AccountNotRegisteredException) GoString

func (s AccountNotRegisteredException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountNotRegisteredException) Message

func (s *AccountNotRegisteredException) Message() string

Message returns the exception's message.

func (*AccountNotRegisteredException) OrigErr

func (s *AccountNotRegisteredException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccountNotRegisteredException) RequestID

func (s *AccountNotRegisteredException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccountNotRegisteredException) StatusCode

func (s *AccountNotRegisteredException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccountNotRegisteredException) String

func (s AccountNotRegisteredException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountOwnerNotVerifiedException

type AccountOwnerNotVerifiedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You can't invite an existing account to your organization until you verify that you own the email address associated with the management account. For more information, see Email address verification (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_create.html#about-email-verification) in the Organizations User Guide.

func (*AccountOwnerNotVerifiedException) Code

func (s *AccountOwnerNotVerifiedException) Code() string

Code returns the exception type name.

func (*AccountOwnerNotVerifiedException) Error

func (s *AccountOwnerNotVerifiedException) Error() string

func (AccountOwnerNotVerifiedException) GoString

func (s AccountOwnerNotVerifiedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountOwnerNotVerifiedException) Message

func (s *AccountOwnerNotVerifiedException) Message() string

Message returns the exception's message.

func (*AccountOwnerNotVerifiedException) OrigErr

func (s *AccountOwnerNotVerifiedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccountOwnerNotVerifiedException) RequestID

func (s *AccountOwnerNotVerifiedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccountOwnerNotVerifiedException) StatusCode

func (s *AccountOwnerNotVerifiedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccountOwnerNotVerifiedException) String

func (s AccountOwnerNotVerifiedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlreadyInOrganizationException

type AlreadyInOrganizationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

This account is already a member of an organization. An account can belong to only one organization at a time.

func (*AlreadyInOrganizationException) Code

func (s *AlreadyInOrganizationException) Code() string

Code returns the exception type name.

func (*AlreadyInOrganizationException) Error

func (s *AlreadyInOrganizationException) Error() string

func (AlreadyInOrganizationException) GoString

func (s AlreadyInOrganizationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlreadyInOrganizationException) Message

func (s *AlreadyInOrganizationException) Message() string

Message returns the exception's message.

func (*AlreadyInOrganizationException) OrigErr

func (s *AlreadyInOrganizationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AlreadyInOrganizationException) RequestID

func (s *AlreadyInOrganizationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AlreadyInOrganizationException) StatusCode

func (s *AlreadyInOrganizationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AlreadyInOrganizationException) String

func (s AlreadyInOrganizationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttachPolicyInput

type AttachPolicyInput struct {

    // The unique identifier (ID) of the policy that you want to attach to the target.
    // You can get the ID for the policy by calling the ListPolicies operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a policy ID string
    // requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits,
    // or the underscore character (_).
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`

    // The unique identifier (ID) of the root, OU, or account that you want to attach
    // the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent,
    // or ListAccounts operations.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a target ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Account - A string that consists of exactly 12 digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // TargetId is a required field
    TargetId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AttachPolicyInput) GoString

func (s AttachPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachPolicyInput) SetPolicyId

func (s *AttachPolicyInput) SetPolicyId(v string) *AttachPolicyInput

SetPolicyId sets the PolicyId field's value.

func (*AttachPolicyInput) SetTargetId

func (s *AttachPolicyInput) SetTargetId(v string) *AttachPolicyInput

SetTargetId sets the TargetId field's value.

func (AttachPolicyInput) String

func (s AttachPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachPolicyInput) Validate

func (s *AttachPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AttachPolicyOutput

type AttachPolicyOutput struct {
    // contains filtered or unexported fields
}

func (AttachPolicyOutput) GoString

func (s AttachPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AttachPolicyOutput) String

func (s AttachPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelHandshakeInput

type CancelHandshakeInput struct {

    // The unique identifier (ID) of the handshake that you want to cancel. You
    // can get the ID from the ListHandshakesForOrganization operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for handshake ID string
    // requires "h-" followed by from 8 to 32 lowercase letters or digits.
    //
    // HandshakeId is a required field
    HandshakeId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CancelHandshakeInput) GoString

func (s CancelHandshakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelHandshakeInput) SetHandshakeId

func (s *CancelHandshakeInput) SetHandshakeId(v string) *CancelHandshakeInput

SetHandshakeId sets the HandshakeId field's value.

func (CancelHandshakeInput) String

func (s CancelHandshakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelHandshakeInput) Validate

func (s *CancelHandshakeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelHandshakeOutput

type CancelHandshakeOutput struct {

    // A structure that contains details about the handshake that you canceled.
    Handshake *Handshake `type:"structure"`
    // contains filtered or unexported fields
}

func (CancelHandshakeOutput) GoString

func (s CancelHandshakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelHandshakeOutput) SetHandshake

func (s *CancelHandshakeOutput) SetHandshake(v *Handshake) *CancelHandshakeOutput

SetHandshake sets the Handshake field's value.

func (CancelHandshakeOutput) String

func (s CancelHandshakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Child

type Child struct {

    // The unique identifier (ID) of this child entity.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a child ID string
    // requires one of the following:
    //
    //    * Account - A string that consists of exactly 12 digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that contains
    //    the OU). This string is followed by a second "-" dash and from 8 to 32
    //    additional lowercase letters or digits.
    Id *string `type:"string"`

    // The type of this child entity.
    Type *string `type:"string" enum:"ChildType"`
    // contains filtered or unexported fields
}

Contains a list of child entities, either OUs or accounts.

func (Child) GoString

func (s Child) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Child) SetId

func (s *Child) SetId(v string) *Child

SetId sets the Id field's value.

func (*Child) SetType

func (s *Child) SetType(v string) *Child

SetType sets the Type field's value.

func (Child) String

func (s Child) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChildNotFoundException

type ChildNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find an organizational unit (OU) or Amazon Web Services account with the ChildId that you specified.

func (*ChildNotFoundException) Code

func (s *ChildNotFoundException) Code() string

Code returns the exception type name.

func (*ChildNotFoundException) Error

func (s *ChildNotFoundException) Error() string

func (ChildNotFoundException) GoString

func (s ChildNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChildNotFoundException) Message

func (s *ChildNotFoundException) Message() string

Message returns the exception's message.

func (*ChildNotFoundException) OrigErr

func (s *ChildNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ChildNotFoundException) RequestID

func (s *ChildNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ChildNotFoundException) StatusCode

func (s *ChildNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ChildNotFoundException) String

func (s ChildNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloseAccountInput

type CloseAccountInput struct {

    // Retrieves the Amazon Web Services account Id for the current CloseAccount
    // API request.
    //
    // AccountId is a required field
    AccountId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CloseAccountInput) GoString

func (s CloseAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloseAccountInput) SetAccountId

func (s *CloseAccountInput) SetAccountId(v string) *CloseAccountInput

SetAccountId sets the AccountId field's value.

func (CloseAccountInput) String

func (s CloseAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloseAccountInput) Validate

func (s *CloseAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloseAccountOutput

type CloseAccountOutput struct {
    // contains filtered or unexported fields
}

func (CloseAccountOutput) GoString

func (s CloseAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CloseAccountOutput) String

func (s CloseAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConcurrentModificationException

type ConcurrentModificationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The target of the operation is currently being modified by a different request. Try again later.

func (*ConcurrentModificationException) Code

func (s *ConcurrentModificationException) Code() string

Code returns the exception type name.

func (*ConcurrentModificationException) Error

func (s *ConcurrentModificationException) Error() string

func (ConcurrentModificationException) GoString

func (s ConcurrentModificationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConcurrentModificationException) Message

func (s *ConcurrentModificationException) Message() string

Message returns the exception's message.

func (*ConcurrentModificationException) OrigErr

func (s *ConcurrentModificationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConcurrentModificationException) RequestID

func (s *ConcurrentModificationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConcurrentModificationException) StatusCode

func (s *ConcurrentModificationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConcurrentModificationException) String

func (s ConcurrentModificationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The request failed because it conflicts with the current state of the specified resource.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConstraintViolationException

type ConstraintViolationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    Reason *string `type:"string" enum:"ConstraintViolationExceptionReason"`
    // contains filtered or unexported fields
}

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

func (*ConstraintViolationException) Code

func (s *ConstraintViolationException) Code() string

Code returns the exception type name.

func (*ConstraintViolationException) Error

func (s *ConstraintViolationException) Error() string

func (ConstraintViolationException) GoString

func (s ConstraintViolationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConstraintViolationException) Message

func (s *ConstraintViolationException) Message() string

Message returns the exception's message.

func (*ConstraintViolationException) OrigErr

func (s *ConstraintViolationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConstraintViolationException) RequestID

func (s *ConstraintViolationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConstraintViolationException) StatusCode

func (s *ConstraintViolationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConstraintViolationException) String

func (s ConstraintViolationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAccountInput

type CreateAccountInput struct {

    // The friendly name of the member account.
    //
    // AccountName is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateAccountInput's
    // String and GoString methods.
    //
    // AccountName is a required field
    AccountName *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // The email address of the owner to assign to the new member account. This
    // email address must not already be associated with another Amazon Web Services
    // account. You must use a valid email address to complete account creation.
    //
    // The rules for a valid email address:
    //
    //    * The address must be a minimum of 6 and a maximum of 64 characters long.
    //
    //    * All characters must be 7-bit ASCII characters.
    //
    //    * There must be one and only one @ symbol, which separates the local name
    //    from the domain name.
    //
    //    * The local name can't contain any of the following characters: whitespace,
    //    " ' ( ) < > [ ] : ; , \ | % &
    //
    //    * The local name can't begin with a dot (.)
    //
    //    * The domain name can consist of only the characters [a-z],[A-Z],[0-9],
    //    hyphen (-), or dot (.)
    //
    //    * The domain name can't begin or end with a hyphen (-) or dot (.)
    //
    //    * The domain name must contain at least one dot
    //
    // You can't access the root user of the account or remove an account that was
    // created with an invalid email address.
    //
    // Email is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateAccountInput's
    // String and GoString methods.
    //
    // Email is a required field
    Email *string `min:"6" type:"string" required:"true" sensitive:"true"`

    // If set to ALLOW, the new account enables IAM users to access account billing
    // information if they have the required permissions. If set to DENY, only the
    // root user of the new account can access account billing information. For
    // more information, see About IAM access to the Billing and Cost Management
    // console (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate)
    // in the Amazon Web Services Billing and Cost Management User Guide.
    //
    // If you don't specify this parameter, the value defaults to ALLOW, and IAM
    // users and roles with the required permissions can access billing information
    // for the new account.
    IamUserAccessToBilling *string `type:"string" enum:"IAMUserAccessToBilling"`

    // The name of an IAM role that Organizations automatically preconfigures in
    // the new member account. This role trusts the management account, allowing
    // users in the management account to assume the role, as permitted by the management
    // account administrator. The role has administrator permissions in the new
    // member account.
    //
    // If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.
    //
    // For more information about how to use this role to access the member account,
    // see the following links:
    //
    //    * Creating the OrganizationAccountAccessRole in an invited member account
    //    (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html#orgs_manage_accounts_create-cross-account-role)
    //    in the Organizations User Guide
    //
    //    * Steps 2 and 3 in IAM Tutorial: Delegate access across Amazon Web Services
    //    accounts using IAM roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html)
    //    in the IAM User Guide
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter. The pattern can include uppercase letters, lowercase letters,
    // digits with no spaces, and any of the following characters: =,.@-
    RoleName *string `type:"string"`

    // A list of tags that you want to attach to the newly created account. For
    // each tag in the list, you must specify both a tag key and a value. You can
    // set the value to an empty string, but you can't set it to null. For more
    // information about tagging, see Tagging Organizations resources (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html)
    // in the Organizations User Guide.
    //
    // If any one of the tags is not valid or if you exceed the maximum allowed
    // number of tags for an account, then the entire request fails and the account
    // is not created.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateAccountInput) GoString

func (s CreateAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountInput) SetAccountName

func (s *CreateAccountInput) SetAccountName(v string) *CreateAccountInput

SetAccountName sets the AccountName field's value.

func (*CreateAccountInput) SetEmail

func (s *CreateAccountInput) SetEmail(v string) *CreateAccountInput

SetEmail sets the Email field's value.

func (*CreateAccountInput) SetIamUserAccessToBilling

func (s *CreateAccountInput) SetIamUserAccessToBilling(v string) *CreateAccountInput

SetIamUserAccessToBilling sets the IamUserAccessToBilling field's value.

func (*CreateAccountInput) SetRoleName

func (s *CreateAccountInput) SetRoleName(v string) *CreateAccountInput

SetRoleName sets the RoleName field's value.

func (*CreateAccountInput) SetTags

func (s *CreateAccountInput) SetTags(v []*Tag) *CreateAccountInput

SetTags sets the Tags field's value.

func (CreateAccountInput) String

func (s CreateAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountInput) Validate

func (s *CreateAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccountOutput

type CreateAccountOutput struct {

    // A structure that contains details about the request to create an account.
    // This response structure might not be fully populated when you first receive
    // it because account creation is an asynchronous process. You can pass the
    // returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus
    // to get status about the progress of the request at later times. You can also
    // check the CloudTrail log for the CreateAccountResult event. For more information,
    // see Logging and monitoring in Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html)
    // in the Organizations User Guide.
    CreateAccountStatus *CreateAccountStatus `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateAccountOutput) GoString

func (s CreateAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountOutput) SetCreateAccountStatus

func (s *CreateAccountOutput) SetCreateAccountStatus(v *CreateAccountStatus) *CreateAccountOutput

SetCreateAccountStatus sets the CreateAccountStatus field's value.

func (CreateAccountOutput) String

func (s CreateAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAccountStatus

type CreateAccountStatus struct {

    // If the account was created successfully, the unique identifier (ID) of the
    // new account.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an account ID string
    // requires exactly 12 digits.
    AccountId *string `type:"string"`

    // The account name given to the account when it was created.
    //
    // AccountName is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateAccountStatus's
    // String and GoString methods.
    AccountName *string `min:"1" type:"string" sensitive:"true"`

    // The date and time that the account was created and the request completed.
    CompletedTimestamp *time.Time `type:"timestamp"`

    // If the request failed, a description of the reason for the failure.
    //
    //    * ACCOUNT_LIMIT_EXCEEDED: The account couldn't be created because you
    //    reached the limit on the number of accounts in your organization.
    //
    //    * CONCURRENT_ACCOUNT_MODIFICATION: You already submitted a request with
    //    the same information.
    //
    //    * EMAIL_ALREADY_EXISTS: The account could not be created because another
    //    Amazon Web Services account with that email address already exists.
    //
    //    * FAILED_BUSINESS_VALIDATION: The Amazon Web Services account that owns
    //    your organization failed to receive business license validation.
    //
    //    * GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the Amazon Web Services
    //    GovCloud (US) Region could not be created because this Region already
    //    includes an account with that email address.
    //
    //    * IDENTITY_INVALID_BUSINESS_VALIDATION: The Amazon Web Services account
    //    that owns your organization can't complete business license validation
    //    because it doesn't have valid identity data.
    //
    //    * INVALID_ADDRESS: The account could not be created because the address
    //    you provided is not valid.
    //
    //    * INVALID_EMAIL: The account could not be created because the email address
    //    you provided is not valid.
    //
    //    * INVALID_PAYMENT_INSTRUMENT: The Amazon Web Services account that owns
    //    your organization does not have a supported payment method associated
    //    with the account. Amazon Web Services does not support cards issued by
    //    financial institutions in Russia or Belarus. For more information, see
    //    Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).
    //
    //    * INTERNAL_FAILURE: The account could not be created because of an internal
    //    failure. Try again later. If the problem persists, contact Amazon Web
    //    Services Customer Support.
    //
    //    * MISSING_BUSINESS_VALIDATION: The Amazon Web Services account that owns
    //    your organization has not received Business Validation.
    //
    //    * MISSING_PAYMENT_INSTRUMENT: You must configure the management account
    //    with a valid payment method, such as a credit card.
    //
    //    * PENDING_BUSINESS_VALIDATION: The Amazon Web Services account that owns
    //    your organization is still in the process of completing business license
    //    validation.
    //
    //    * UNKNOWN_BUSINESS_VALIDATION: The Amazon Web Services account that owns
    //    your organization has an unknown issue with business license validation.
    FailureReason *string `type:"string" enum:"CreateAccountFailureReason"`

    // If the account was created successfully, the unique identifier (ID) of the
    // new account in the Amazon Web Services GovCloud (US) Region.
    GovCloudAccountId *string `type:"string"`

    // The unique identifier (ID) that references this request. You get this value
    // from the response of the initial CreateAccount request to create the account.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a create account
    // request ID string requires "car-" followed by from 8 to 32 lowercase letters
    // or digits.
    Id *string `type:"string"`

    // The date and time that the request was made for the account creation.
    RequestedTimestamp *time.Time `type:"timestamp"`

    // The status of the asynchronous request to create an Amazon Web Services account.
    State *string `type:"string" enum:"CreateAccountState"`
    // contains filtered or unexported fields
}

Contains the status about a CreateAccount or CreateGovCloudAccount request to create an Amazon Web Services account or an Amazon Web Services GovCloud (US) account in an organization.

func (CreateAccountStatus) GoString

func (s CreateAccountStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountStatus) SetAccountId

func (s *CreateAccountStatus) SetAccountId(v string) *CreateAccountStatus

SetAccountId sets the AccountId field's value.

func (*CreateAccountStatus) SetAccountName

func (s *CreateAccountStatus) SetAccountName(v string) *CreateAccountStatus

SetAccountName sets the AccountName field's value.

func (*CreateAccountStatus) SetCompletedTimestamp

func (s *CreateAccountStatus) SetCompletedTimestamp(v time.Time) *CreateAccountStatus

SetCompletedTimestamp sets the CompletedTimestamp field's value.

func (*CreateAccountStatus) SetFailureReason

func (s *CreateAccountStatus) SetFailureReason(v string) *CreateAccountStatus

SetFailureReason sets the FailureReason field's value.

func (*CreateAccountStatus) SetGovCloudAccountId

func (s *CreateAccountStatus) SetGovCloudAccountId(v string) *CreateAccountStatus

SetGovCloudAccountId sets the GovCloudAccountId field's value.

func (*CreateAccountStatus) SetId

func (s *CreateAccountStatus) SetId(v string) *CreateAccountStatus

SetId sets the Id field's value.

func (*CreateAccountStatus) SetRequestedTimestamp

func (s *CreateAccountStatus) SetRequestedTimestamp(v time.Time) *CreateAccountStatus

SetRequestedTimestamp sets the RequestedTimestamp field's value.

func (*CreateAccountStatus) SetState

func (s *CreateAccountStatus) SetState(v string) *CreateAccountStatus

SetState sets the State field's value.

func (CreateAccountStatus) String

func (s CreateAccountStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAccountStatusNotFoundException

type CreateAccountStatusNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find an create account request with the CreateAccountRequestId that you specified.

func (*CreateAccountStatusNotFoundException) Code

func (s *CreateAccountStatusNotFoundException) Code() string

Code returns the exception type name.

func (*CreateAccountStatusNotFoundException) Error

func (s *CreateAccountStatusNotFoundException) Error() string

func (CreateAccountStatusNotFoundException) GoString

func (s CreateAccountStatusNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccountStatusNotFoundException) Message

func (s *CreateAccountStatusNotFoundException) Message() string

Message returns the exception's message.

func (*CreateAccountStatusNotFoundException) OrigErr

func (s *CreateAccountStatusNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CreateAccountStatusNotFoundException) RequestID

func (s *CreateAccountStatusNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CreateAccountStatusNotFoundException) StatusCode

func (s *CreateAccountStatusNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (CreateAccountStatusNotFoundException) String

func (s CreateAccountStatusNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateGovCloudAccountInput

type CreateGovCloudAccountInput struct {

    // The friendly name of the member account.
    //
    // The account name can consist of only the characters [a-z],[A-Z],[0-9], hyphen
    // (-), or dot (.) You can't separate characters with a dash (–).
    //
    // AccountName is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateGovCloudAccountInput's
    // String and GoString methods.
    //
    // AccountName is a required field
    AccountName *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // Specifies the email address of the owner to assign to the new member account
    // in the commercial Region. This email address must not already be associated
    // with another Amazon Web Services account. You must use a valid email address
    // to complete account creation.
    //
    // The rules for a valid email address:
    //
    //    * The address must be a minimum of 6 and a maximum of 64 characters long.
    //
    //    * All characters must be 7-bit ASCII characters.
    //
    //    * There must be one and only one @ symbol, which separates the local name
    //    from the domain name.
    //
    //    * The local name can't contain any of the following characters: whitespace,
    //    " ' ( ) < > [ ] : ; , \ | % &
    //
    //    * The local name can't begin with a dot (.)
    //
    //    * The domain name can consist of only the characters [a-z],[A-Z],[0-9],
    //    hyphen (-), or dot (.)
    //
    //    * The domain name can't begin or end with a hyphen (-) or dot (.)
    //
    //    * The domain name must contain at least one dot
    //
    // You can't access the root user of the account or remove an account that was
    // created with an invalid email address. Like all request parameters for CreateGovCloudAccount,
    // the request for the email address for the Amazon Web Services GovCloud (US)
    // account originates from the commercial Region, not from the Amazon Web Services
    // GovCloud (US) Region.
    //
    // Email is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateGovCloudAccountInput's
    // String and GoString methods.
    //
    // Email is a required field
    Email *string `min:"6" type:"string" required:"true" sensitive:"true"`

    // If set to ALLOW, the new linked account in the commercial Region enables
    // IAM users to access account billing information if they have the required
    // permissions. If set to DENY, only the root user of the new account can access
    // account billing information. For more information, see About IAM access to
    // the Billing and Cost Management console (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate)
    // in the Amazon Web Services Billing and Cost Management User Guide.
    //
    // If you don't specify this parameter, the value defaults to ALLOW, and IAM
    // users and roles with the required permissions can access billing information
    // for the new account.
    IamUserAccessToBilling *string `type:"string" enum:"IAMUserAccessToBilling"`

    // (Optional)
    //
    // The name of an IAM role that Organizations automatically preconfigures in
    // the new member accounts in both the Amazon Web Services GovCloud (US) Region
    // and in the commercial Region. This role trusts the management account, allowing
    // users in the management account to assume the role, as permitted by the management
    // account administrator. The role has administrator permissions in the new
    // member account.
    //
    // If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.
    //
    // For more information about how to use this role to access the member account,
    // see the following links:
    //
    //    * Creating the OrganizationAccountAccessRole in an invited member account
    //    (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html#orgs_manage_accounts_create-cross-account-role)
    //    in the Organizations User Guide
    //
    //    * Steps 2 and 3 in IAM Tutorial: Delegate access across Amazon Web Services
    //    accounts using IAM roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html)
    //    in the IAM User Guide
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter. The pattern can include uppercase letters, lowercase letters,
    // digits with no spaces, and any of the following characters: =,.@-
    RoleName *string `type:"string"`

    // A list of tags that you want to attach to the newly created account. These
    // tags are attached to the commercial account associated with the GovCloud
    // account, and not to the GovCloud account itself. To add tags to the actual
    // GovCloud account, call the TagResource operation in the GovCloud region after
    // the new GovCloud account exists.
    //
    // For each tag in the list, you must specify both a tag key and a value. You
    // can set the value to an empty string, but you can't set it to null. For more
    // information about tagging, see Tagging Organizations resources (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html)
    // in the Organizations User Guide.
    //
    // If any one of the tags is not valid or if you exceed the maximum allowed
    // number of tags for an account, then the entire request fails and the account
    // is not created.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateGovCloudAccountInput) GoString

func (s CreateGovCloudAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGovCloudAccountInput) SetAccountName

func (s *CreateGovCloudAccountInput) SetAccountName(v string) *CreateGovCloudAccountInput

SetAccountName sets the AccountName field's value.

func (*CreateGovCloudAccountInput) SetEmail

func (s *CreateGovCloudAccountInput) SetEmail(v string) *CreateGovCloudAccountInput

SetEmail sets the Email field's value.

func (*CreateGovCloudAccountInput) SetIamUserAccessToBilling

func (s *CreateGovCloudAccountInput) SetIamUserAccessToBilling(v string) *CreateGovCloudAccountInput

SetIamUserAccessToBilling sets the IamUserAccessToBilling field's value.

func (*CreateGovCloudAccountInput) SetRoleName

func (s *CreateGovCloudAccountInput) SetRoleName(v string) *CreateGovCloudAccountInput

SetRoleName sets the RoleName field's value.

func (*CreateGovCloudAccountInput) SetTags

func (s *CreateGovCloudAccountInput) SetTags(v []*Tag) *CreateGovCloudAccountInput

SetTags sets the Tags field's value.

func (CreateGovCloudAccountInput) String

func (s CreateGovCloudAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGovCloudAccountInput) Validate

func (s *CreateGovCloudAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateGovCloudAccountOutput

type CreateGovCloudAccountOutput struct {

    // Contains the status about a CreateAccount or CreateGovCloudAccount request
    // to create an Amazon Web Services account or an Amazon Web Services GovCloud
    // (US) account in an organization.
    CreateAccountStatus *CreateAccountStatus `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateGovCloudAccountOutput) GoString

func (s CreateGovCloudAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateGovCloudAccountOutput) SetCreateAccountStatus

func (s *CreateGovCloudAccountOutput) SetCreateAccountStatus(v *CreateAccountStatus) *CreateGovCloudAccountOutput

SetCreateAccountStatus sets the CreateAccountStatus field's value.

func (CreateGovCloudAccountOutput) String

func (s CreateGovCloudAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOrganizationInput

type CreateOrganizationInput struct {

    // Specifies the feature set supported by the new organization. Each feature
    // set supports different levels of functionality.
    //
    //    * CONSOLIDATED_BILLING: All member accounts have their bills consolidated
    //    to and paid by the management account. For more information, see Consolidated
    //    billing (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-cb-only)
    //    in the Organizations User Guide. The consolidated billing feature subset
    //    isn't available for organizations in the Amazon Web Services GovCloud
    //    (US) Region.
    //
    //    * ALL: In addition to all the features supported by the consolidated billing
    //    feature set, the management account can also apply any policy type to
    //    any member account in the organization. For more information, see All
    //    features (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-all)
    //    in the Organizations User Guide.
    FeatureSet *string `type:"string" enum:"OrganizationFeatureSet"`
    // contains filtered or unexported fields
}

func (CreateOrganizationInput) GoString

func (s CreateOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOrganizationInput) SetFeatureSet

func (s *CreateOrganizationInput) SetFeatureSet(v string) *CreateOrganizationInput

SetFeatureSet sets the FeatureSet field's value.

func (CreateOrganizationInput) String

func (s CreateOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOrganizationOutput

type CreateOrganizationOutput struct {

    // A structure that contains details about the newly created organization.
    Organization *Organization `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateOrganizationOutput) GoString

func (s CreateOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOrganizationOutput) SetOrganization

func (s *CreateOrganizationOutput) SetOrganization(v *Organization) *CreateOrganizationOutput

SetOrganization sets the Organization field's value.

func (CreateOrganizationOutput) String

func (s CreateOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOrganizationalUnitInput

type CreateOrganizationalUnitInput struct {

    // The friendly name to assign to the new OU.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The unique identifier (ID) of the parent root or OU that you want to create
    // the new OU in.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a parent ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // ParentId is a required field
    ParentId *string `type:"string" required:"true"`

    // A list of tags that you want to attach to the newly created OU. For each
    // tag in the list, you must specify both a tag key and a value. You can set
    // the value to an empty string, but you can't set it to null. For more information
    // about tagging, see Tagging Organizations resources (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html)
    // in the Organizations User Guide.
    //
    // If any one of the tags is not valid or if you exceed the allowed number of
    // tags for an OU, then the entire request fails and the OU is not created.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateOrganizationalUnitInput) GoString

func (s CreateOrganizationalUnitInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOrganizationalUnitInput) SetName

func (s *CreateOrganizationalUnitInput) SetName(v string) *CreateOrganizationalUnitInput

SetName sets the Name field's value.

func (*CreateOrganizationalUnitInput) SetParentId

func (s *CreateOrganizationalUnitInput) SetParentId(v string) *CreateOrganizationalUnitInput

SetParentId sets the ParentId field's value.

func (*CreateOrganizationalUnitInput) SetTags

func (s *CreateOrganizationalUnitInput) SetTags(v []*Tag) *CreateOrganizationalUnitInput

SetTags sets the Tags field's value.

func (CreateOrganizationalUnitInput) String

func (s CreateOrganizationalUnitInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOrganizationalUnitInput) Validate

func (s *CreateOrganizationalUnitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateOrganizationalUnitOutput

type CreateOrganizationalUnitOutput struct {

    // A structure that contains details about the newly created OU.
    OrganizationalUnit *OrganizationalUnit `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateOrganizationalUnitOutput) GoString

func (s CreateOrganizationalUnitOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOrganizationalUnitOutput) SetOrganizationalUnit

func (s *CreateOrganizationalUnitOutput) SetOrganizationalUnit(v *OrganizationalUnit) *CreateOrganizationalUnitOutput

SetOrganizationalUnit sets the OrganizationalUnit field's value.

func (CreateOrganizationalUnitOutput) String

func (s CreateOrganizationalUnitOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePolicyInput

type CreatePolicyInput struct {

    // The policy text content to add to the new policy. The text that you supply
    // must adhere to the rules of the policy type you specify in the Type parameter.
    //
    // The maximum size of a policy document depends on the policy's type. For more
    // information, see Maximum and minimum values (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values)
    // in the Organizations User Guide.
    //
    // Content is a required field
    Content *string `min:"1" type:"string" required:"true"`

    // An optional description to assign to the policy.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // The friendly name to assign to the policy.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // A list of tags that you want to attach to the newly created policy. For each
    // tag in the list, you must specify both a tag key and a value. You can set
    // the value to an empty string, but you can't set it to null. For more information
    // about tagging, see Tagging Organizations resources (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html)
    // in the Organizations User Guide.
    //
    // If any one of the tags is not valid or if you exceed the allowed number of
    // tags for a policy, then the entire request fails and the policy is not created.
    Tags []*Tag `type:"list"`

    // The type of policy to create. You can specify one of the following values:
    //
    //    * AISERVICES_OPT_OUT_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html)
    //
    //    * BACKUP_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html)
    //
    //    * SERVICE_CONTROL_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html)
    //
    //    * TAG_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html)
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"PolicyType"`
    // contains filtered or unexported fields
}

func (CreatePolicyInput) GoString

func (s CreatePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePolicyInput) SetContent

func (s *CreatePolicyInput) SetContent(v string) *CreatePolicyInput

SetContent sets the Content field's value.

func (*CreatePolicyInput) SetDescription

func (s *CreatePolicyInput) SetDescription(v string) *CreatePolicyInput

SetDescription sets the Description field's value.

func (*CreatePolicyInput) SetName

func (s *CreatePolicyInput) SetName(v string) *CreatePolicyInput

SetName sets the Name field's value.

func (*CreatePolicyInput) SetTags

func (s *CreatePolicyInput) SetTags(v []*Tag) *CreatePolicyInput

SetTags sets the Tags field's value.

func (*CreatePolicyInput) SetType

func (s *CreatePolicyInput) SetType(v string) *CreatePolicyInput

SetType sets the Type field's value.

func (CreatePolicyInput) String

func (s CreatePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePolicyInput) Validate

func (s *CreatePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePolicyOutput

type CreatePolicyOutput struct {

    // A structure that contains details about the newly created policy.
    Policy *Policy `type:"structure"`
    // contains filtered or unexported fields
}

func (CreatePolicyOutput) GoString

func (s CreatePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePolicyOutput) SetPolicy

func (s *CreatePolicyOutput) SetPolicy(v *Policy) *CreatePolicyOutput

SetPolicy sets the Policy field's value.

func (CreatePolicyOutput) String

func (s CreatePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeclineHandshakeInput

type DeclineHandshakeInput struct {

    // The unique identifier (ID) of the handshake that you want to decline. You
    // can get the ID from the ListHandshakesForAccount operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for handshake ID string
    // requires "h-" followed by from 8 to 32 lowercase letters or digits.
    //
    // HandshakeId is a required field
    HandshakeId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeclineHandshakeInput) GoString

func (s DeclineHandshakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeclineHandshakeInput) SetHandshakeId

func (s *DeclineHandshakeInput) SetHandshakeId(v string) *DeclineHandshakeInput

SetHandshakeId sets the HandshakeId field's value.

func (DeclineHandshakeInput) String

func (s DeclineHandshakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeclineHandshakeInput) Validate

func (s *DeclineHandshakeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeclineHandshakeOutput

type DeclineHandshakeOutput struct {

    // A structure that contains details about the declined handshake. The state
    // is updated to show the value DECLINED.
    Handshake *Handshake `type:"structure"`
    // contains filtered or unexported fields
}

func (DeclineHandshakeOutput) GoString

func (s DeclineHandshakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeclineHandshakeOutput) SetHandshake

func (s *DeclineHandshakeOutput) SetHandshake(v *Handshake) *DeclineHandshakeOutput

SetHandshake sets the Handshake field's value.

func (DeclineHandshakeOutput) String

func (s DeclineHandshakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DelegatedAdministrator

type DelegatedAdministrator struct {

    // The Amazon Resource Name (ARN) of the delegated administrator's account.
    Arn *string `type:"string"`

    // The date when the account was made a delegated administrator.
    DelegationEnabledDate *time.Time `type:"timestamp"`

    // The email address that is associated with the delegated administrator's Amazon
    // Web Services account.
    //
    // Email is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by DelegatedAdministrator's
    // String and GoString methods.
    Email *string `min:"6" type:"string" sensitive:"true"`

    // The unique identifier (ID) of the delegated administrator's account.
    Id *string `type:"string"`

    // The method by which the delegated administrator's account joined the organization.
    JoinedMethod *string `type:"string" enum:"AccountJoinedMethod"`

    // The date when the delegated administrator's account became a part of the
    // organization.
    JoinedTimestamp *time.Time `type:"timestamp"`

    // The friendly name of the delegated administrator's account.
    //
    // Name is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by DelegatedAdministrator's
    // String and GoString methods.
    Name *string `min:"1" type:"string" sensitive:"true"`

    // The status of the delegated administrator's account in the organization.
    Status *string `type:"string" enum:"AccountStatus"`
    // contains filtered or unexported fields
}

Contains information about the delegated administrator.

func (DelegatedAdministrator) GoString

func (s DelegatedAdministrator) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DelegatedAdministrator) SetArn

func (s *DelegatedAdministrator) SetArn(v string) *DelegatedAdministrator

SetArn sets the Arn field's value.

func (*DelegatedAdministrator) SetDelegationEnabledDate

func (s *DelegatedAdministrator) SetDelegationEnabledDate(v time.Time) *DelegatedAdministrator

SetDelegationEnabledDate sets the DelegationEnabledDate field's value.

func (*DelegatedAdministrator) SetEmail

func (s *DelegatedAdministrator) SetEmail(v string) *DelegatedAdministrator

SetEmail sets the Email field's value.

func (*DelegatedAdministrator) SetId

func (s *DelegatedAdministrator) SetId(v string) *DelegatedAdministrator

SetId sets the Id field's value.

func (*DelegatedAdministrator) SetJoinedMethod

func (s *DelegatedAdministrator) SetJoinedMethod(v string) *DelegatedAdministrator

SetJoinedMethod sets the JoinedMethod field's value.

func (*DelegatedAdministrator) SetJoinedTimestamp

func (s *DelegatedAdministrator) SetJoinedTimestamp(v time.Time) *DelegatedAdministrator

SetJoinedTimestamp sets the JoinedTimestamp field's value.

func (*DelegatedAdministrator) SetName

func (s *DelegatedAdministrator) SetName(v string) *DelegatedAdministrator

SetName sets the Name field's value.

func (*DelegatedAdministrator) SetStatus

func (s *DelegatedAdministrator) SetStatus(v string) *DelegatedAdministrator

SetStatus sets the Status field's value.

func (DelegatedAdministrator) String

func (s DelegatedAdministrator) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DelegatedService

type DelegatedService struct {

    // The date that the account became a delegated administrator for this service.
    DelegationEnabledDate *time.Time `type:"timestamp"`

    // The name of an Amazon Web Services service that can request an operation
    // for the specified service. This is typically in the form of a URL, such as:
    // servicename.amazonaws.com.
    ServicePrincipal *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains information about the Amazon Web Services service for which the account is a delegated administrator.

func (DelegatedService) GoString

func (s DelegatedService) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DelegatedService) SetDelegationEnabledDate

func (s *DelegatedService) SetDelegationEnabledDate(v time.Time) *DelegatedService

SetDelegationEnabledDate sets the DelegationEnabledDate field's value.

func (*DelegatedService) SetServicePrincipal

func (s *DelegatedService) SetServicePrincipal(v string) *DelegatedService

SetServicePrincipal sets the ServicePrincipal field's value.

func (DelegatedService) String

func (s DelegatedService) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOrganizationInput

type DeleteOrganizationInput struct {
    // contains filtered or unexported fields
}

func (DeleteOrganizationInput) GoString

func (s DeleteOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteOrganizationInput) String

func (s DeleteOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOrganizationOutput

type DeleteOrganizationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteOrganizationOutput) GoString

func (s DeleteOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteOrganizationOutput) String

func (s DeleteOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOrganizationalUnitInput

type DeleteOrganizationalUnitInput struct {

    // The unique identifier (ID) of the organizational unit that you want to delete.
    // You can get the ID from the ListOrganizationalUnitsForParent operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an organizational
    // unit ID string requires "ou-" followed by from 4 to 32 lowercase letters
    // or digits (the ID of the root that contains the OU). This string is followed
    // by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
    //
    // OrganizationalUnitId is a required field
    OrganizationalUnitId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteOrganizationalUnitInput) GoString

func (s DeleteOrganizationalUnitInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOrganizationalUnitInput) SetOrganizationalUnitId

func (s *DeleteOrganizationalUnitInput) SetOrganizationalUnitId(v string) *DeleteOrganizationalUnitInput

SetOrganizationalUnitId sets the OrganizationalUnitId field's value.

func (DeleteOrganizationalUnitInput) String

func (s DeleteOrganizationalUnitInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOrganizationalUnitInput) Validate

func (s *DeleteOrganizationalUnitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteOrganizationalUnitOutput

type DeleteOrganizationalUnitOutput struct {
    // contains filtered or unexported fields
}

func (DeleteOrganizationalUnitOutput) GoString

func (s DeleteOrganizationalUnitOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteOrganizationalUnitOutput) String

func (s DeleteOrganizationalUnitOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePolicyInput

type DeletePolicyInput struct {

    // The unique identifier (ID) of the policy that you want to delete. You can
    // get the ID from the ListPolicies or ListPoliciesForTarget operations.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a policy ID string
    // requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits,
    // or the underscore character (_).
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeletePolicyInput) GoString

func (s DeletePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePolicyInput) SetPolicyId

func (s *DeletePolicyInput) SetPolicyId(v string) *DeletePolicyInput

SetPolicyId sets the PolicyId field's value.

func (DeletePolicyInput) String

func (s DeletePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePolicyInput) Validate

func (s *DeletePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePolicyOutput

type DeletePolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeletePolicyOutput) GoString

func (s DeletePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeletePolicyOutput) String

func (s DeletePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourcePolicyInput

type DeleteResourcePolicyInput struct {
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyInput) GoString

func (s DeleteResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteResourcePolicyInput) String

func (s DeleteResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourcePolicyOutput

type DeleteResourcePolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyOutput) GoString

func (s DeleteResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteResourcePolicyOutput) String

func (s DeleteResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterDelegatedAdministratorInput

type DeregisterDelegatedAdministratorInput struct {

    // The account ID number of the member account in the organization that you
    // want to deregister as a delegated administrator.
    //
    // AccountId is a required field
    AccountId *string `type:"string" required:"true"`

    // The service principal name of an Amazon Web Services service for which the
    // account is a delegated administrator.
    //
    // Delegated administrator privileges are revoked for only the specified Amazon
    // Web Services service from the member account. If the specified service is
    // the only service for which the member account is a delegated administrator,
    // the operation also revokes Organizations read action permissions.
    //
    // ServicePrincipal is a required field
    ServicePrincipal *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterDelegatedAdministratorInput) GoString

func (s DeregisterDelegatedAdministratorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterDelegatedAdministratorInput) SetAccountId

func (s *DeregisterDelegatedAdministratorInput) SetAccountId(v string) *DeregisterDelegatedAdministratorInput

SetAccountId sets the AccountId field's value.

func (*DeregisterDelegatedAdministratorInput) SetServicePrincipal

func (s *DeregisterDelegatedAdministratorInput) SetServicePrincipal(v string) *DeregisterDelegatedAdministratorInput

SetServicePrincipal sets the ServicePrincipal field's value.

func (DeregisterDelegatedAdministratorInput) String

func (s DeregisterDelegatedAdministratorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterDelegatedAdministratorInput) Validate

func (s *DeregisterDelegatedAdministratorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterDelegatedAdministratorOutput

type DeregisterDelegatedAdministratorOutput struct {
    // contains filtered or unexported fields
}

func (DeregisterDelegatedAdministratorOutput) GoString

func (s DeregisterDelegatedAdministratorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeregisterDelegatedAdministratorOutput) String

func (s DeregisterDelegatedAdministratorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountInput

type DescribeAccountInput struct {

    // The unique identifier (ID) of the Amazon Web Services account that you want
    // information about. You can get the ID from the ListAccounts or ListAccountsForParent
    // operations.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an account ID string
    // requires exactly 12 digits.
    //
    // AccountId is a required field
    AccountId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAccountInput) GoString

func (s DescribeAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountInput) SetAccountId

func (s *DescribeAccountInput) SetAccountId(v string) *DescribeAccountInput

SetAccountId sets the AccountId field's value.

func (DescribeAccountInput) String

func (s DescribeAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountInput) Validate

func (s *DescribeAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAccountOutput

type DescribeAccountOutput struct {

    // A structure that contains information about the requested account.
    Account *Account `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeAccountOutput) GoString

func (s DescribeAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountOutput) SetAccount

func (s *DescribeAccountOutput) SetAccount(v *Account) *DescribeAccountOutput

SetAccount sets the Account field's value.

func (DescribeAccountOutput) String

func (s DescribeAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCreateAccountStatusInput

type DescribeCreateAccountStatusInput struct {

    // Specifies the Id value that uniquely identifies the CreateAccount request.
    // You can get the value from the CreateAccountStatus.Id response in an earlier
    // CreateAccount request, or from the ListCreateAccountStatus operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a create account
    // request ID string requires "car-" followed by from 8 to 32 lowercase letters
    // or digits.
    //
    // CreateAccountRequestId is a required field
    CreateAccountRequestId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCreateAccountStatusInput) GoString

func (s DescribeCreateAccountStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCreateAccountStatusInput) SetCreateAccountRequestId

func (s *DescribeCreateAccountStatusInput) SetCreateAccountRequestId(v string) *DescribeCreateAccountStatusInput

SetCreateAccountRequestId sets the CreateAccountRequestId field's value.

func (DescribeCreateAccountStatusInput) String

func (s DescribeCreateAccountStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCreateAccountStatusInput) Validate

func (s *DescribeCreateAccountStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCreateAccountStatusOutput

type DescribeCreateAccountStatusOutput struct {

    // A structure that contains the current status of an account creation request.
    CreateAccountStatus *CreateAccountStatus `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeCreateAccountStatusOutput) GoString

func (s DescribeCreateAccountStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCreateAccountStatusOutput) SetCreateAccountStatus

func (s *DescribeCreateAccountStatusOutput) SetCreateAccountStatus(v *CreateAccountStatus) *DescribeCreateAccountStatusOutput

SetCreateAccountStatus sets the CreateAccountStatus field's value.

func (DescribeCreateAccountStatusOutput) String

func (s DescribeCreateAccountStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEffectivePolicyInput

type DescribeEffectivePolicyInput struct {

    // The type of policy that you want information about. You can specify one of
    // the following values:
    //
    //    * AISERVICES_OPT_OUT_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html)
    //
    //    * BACKUP_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html)
    //
    //    * TAG_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html)
    //
    // PolicyType is a required field
    PolicyType *string `type:"string" required:"true" enum:"EffectivePolicyType"`

    // When you're signed in as the management account, specify the ID of the account
    // that you want details about. Specifying an organization root or organizational
    // unit (OU) as the target is not supported.
    TargetId *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeEffectivePolicyInput) GoString

func (s DescribeEffectivePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectivePolicyInput) SetPolicyType

func (s *DescribeEffectivePolicyInput) SetPolicyType(v string) *DescribeEffectivePolicyInput

SetPolicyType sets the PolicyType field's value.

func (*DescribeEffectivePolicyInput) SetTargetId

func (s *DescribeEffectivePolicyInput) SetTargetId(v string) *DescribeEffectivePolicyInput

SetTargetId sets the TargetId field's value.

func (DescribeEffectivePolicyInput) String

func (s DescribeEffectivePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectivePolicyInput) Validate

func (s *DescribeEffectivePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEffectivePolicyOutput

type DescribeEffectivePolicyOutput struct {

    // The contents of the effective policy.
    EffectivePolicy *EffectivePolicy `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeEffectivePolicyOutput) GoString

func (s DescribeEffectivePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectivePolicyOutput) SetEffectivePolicy

func (s *DescribeEffectivePolicyOutput) SetEffectivePolicy(v *EffectivePolicy) *DescribeEffectivePolicyOutput

SetEffectivePolicy sets the EffectivePolicy field's value.

func (DescribeEffectivePolicyOutput) String

func (s DescribeEffectivePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeHandshakeInput

type DescribeHandshakeInput struct {

    // The unique identifier (ID) of the handshake that you want information about.
    // You can get the ID from the original call to InviteAccountToOrganization,
    // or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for handshake ID string
    // requires "h-" followed by from 8 to 32 lowercase letters or digits.
    //
    // HandshakeId is a required field
    HandshakeId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeHandshakeInput) GoString

func (s DescribeHandshakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHandshakeInput) SetHandshakeId

func (s *DescribeHandshakeInput) SetHandshakeId(v string) *DescribeHandshakeInput

SetHandshakeId sets the HandshakeId field's value.

func (DescribeHandshakeInput) String

func (s DescribeHandshakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHandshakeInput) Validate

func (s *DescribeHandshakeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeHandshakeOutput

type DescribeHandshakeOutput struct {

    // A structure that contains information about the specified handshake.
    Handshake *Handshake `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeHandshakeOutput) GoString

func (s DescribeHandshakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHandshakeOutput) SetHandshake

func (s *DescribeHandshakeOutput) SetHandshake(v *Handshake) *DescribeHandshakeOutput

SetHandshake sets the Handshake field's value.

func (DescribeHandshakeOutput) String

func (s DescribeHandshakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOrganizationInput

type DescribeOrganizationInput struct {
    // contains filtered or unexported fields
}

func (DescribeOrganizationInput) GoString

func (s DescribeOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeOrganizationInput) String

func (s DescribeOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOrganizationOutput

type DescribeOrganizationOutput struct {

    // A structure that contains information about the organization.
    //
    // The AvailablePolicyTypes part of the response is deprecated, and you shouldn't
    // use it in your apps. It doesn't include any policy type supported by Organizations
    // other than SCPs. To determine which policy types are enabled in your organization,
    // use the ListRoots operation.
    Organization *Organization `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationOutput) GoString

func (s DescribeOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationOutput) SetOrganization

func (s *DescribeOrganizationOutput) SetOrganization(v *Organization) *DescribeOrganizationOutput

SetOrganization sets the Organization field's value.

func (DescribeOrganizationOutput) String

func (s DescribeOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOrganizationalUnitInput

type DescribeOrganizationalUnitInput struct {

    // The unique identifier (ID) of the organizational unit that you want details
    // about. You can get the ID from the ListOrganizationalUnitsForParent operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an organizational
    // unit ID string requires "ou-" followed by from 4 to 32 lowercase letters
    // or digits (the ID of the root that contains the OU). This string is followed
    // by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
    //
    // OrganizationalUnitId is a required field
    OrganizationalUnitId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationalUnitInput) GoString

func (s DescribeOrganizationalUnitInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationalUnitInput) SetOrganizationalUnitId

func (s *DescribeOrganizationalUnitInput) SetOrganizationalUnitId(v string) *DescribeOrganizationalUnitInput

SetOrganizationalUnitId sets the OrganizationalUnitId field's value.

func (DescribeOrganizationalUnitInput) String

func (s DescribeOrganizationalUnitInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationalUnitInput) Validate

func (s *DescribeOrganizationalUnitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeOrganizationalUnitOutput

type DescribeOrganizationalUnitOutput struct {

    // A structure that contains details about the specified OU.
    OrganizationalUnit *OrganizationalUnit `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeOrganizationalUnitOutput) GoString

func (s DescribeOrganizationalUnitOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOrganizationalUnitOutput) SetOrganizationalUnit

func (s *DescribeOrganizationalUnitOutput) SetOrganizationalUnit(v *OrganizationalUnit) *DescribeOrganizationalUnitOutput

SetOrganizationalUnit sets the OrganizationalUnit field's value.

func (DescribeOrganizationalUnitOutput) String

func (s DescribeOrganizationalUnitOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePolicyInput

type DescribePolicyInput struct {

    // The unique identifier (ID) of the policy that you want details about. You
    // can get the ID from the ListPolicies or ListPoliciesForTarget operations.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a policy ID string
    // requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits,
    // or the underscore character (_).
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribePolicyInput) GoString

func (s DescribePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePolicyInput) SetPolicyId

func (s *DescribePolicyInput) SetPolicyId(v string) *DescribePolicyInput

SetPolicyId sets the PolicyId field's value.

func (DescribePolicyInput) String

func (s DescribePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePolicyInput) Validate

func (s *DescribePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePolicyOutput

type DescribePolicyOutput struct {

    // A structure that contains details about the specified policy.
    Policy *Policy `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribePolicyOutput) GoString

func (s DescribePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePolicyOutput) SetPolicy

func (s *DescribePolicyOutput) SetPolicy(v *Policy) *DescribePolicyOutput

SetPolicy sets the Policy field's value.

func (DescribePolicyOutput) String

func (s DescribePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeResourcePolicyInput

type DescribeResourcePolicyInput struct {
    // contains filtered or unexported fields
}

func (DescribeResourcePolicyInput) GoString

func (s DescribeResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeResourcePolicyInput) String

func (s DescribeResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeResourcePolicyOutput

type DescribeResourcePolicyOutput struct {

    // A structure that contains details about the resource policy.
    ResourcePolicy *ResourcePolicy `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeResourcePolicyOutput) GoString

func (s DescribeResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourcePolicyOutput) SetResourcePolicy

func (s *DescribeResourcePolicyOutput) SetResourcePolicy(v *ResourcePolicy) *DescribeResourcePolicyOutput

SetResourcePolicy sets the ResourcePolicy field's value.

func (DescribeResourcePolicyOutput) String

func (s DescribeResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DestinationParentNotFoundException

type DestinationParentNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find the destination container (a root or OU) with the ParentId that you specified.

func (*DestinationParentNotFoundException) Code

func (s *DestinationParentNotFoundException) Code() string

Code returns the exception type name.

func (*DestinationParentNotFoundException) Error

func (s *DestinationParentNotFoundException) Error() string

func (DestinationParentNotFoundException) GoString

func (s DestinationParentNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DestinationParentNotFoundException) Message

func (s *DestinationParentNotFoundException) Message() string

Message returns the exception's message.

func (*DestinationParentNotFoundException) OrigErr

func (s *DestinationParentNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DestinationParentNotFoundException) RequestID

func (s *DestinationParentNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DestinationParentNotFoundException) StatusCode

func (s *DestinationParentNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DestinationParentNotFoundException) String

func (s DestinationParentNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetachPolicyInput

type DetachPolicyInput struct {

    // The unique identifier (ID) of the policy you want to detach. You can get
    // the ID from the ListPolicies or ListPoliciesForTarget operations.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a policy ID string
    // requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits,
    // or the underscore character (_).
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`

    // The unique identifier (ID) of the root, OU, or account that you want to detach
    // the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent,
    // or ListAccounts operations.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a target ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Account - A string that consists of exactly 12 digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // TargetId is a required field
    TargetId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DetachPolicyInput) GoString

func (s DetachPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetachPolicyInput) SetPolicyId

func (s *DetachPolicyInput) SetPolicyId(v string) *DetachPolicyInput

SetPolicyId sets the PolicyId field's value.

func (*DetachPolicyInput) SetTargetId

func (s *DetachPolicyInput) SetTargetId(v string) *DetachPolicyInput

SetTargetId sets the TargetId field's value.

func (DetachPolicyInput) String

func (s DetachPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetachPolicyInput) Validate

func (s *DetachPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetachPolicyOutput

type DetachPolicyOutput struct {
    // contains filtered or unexported fields
}

func (DetachPolicyOutput) GoString

func (s DetachPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DetachPolicyOutput) String

func (s DetachPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisableAWSServiceAccessInput

type DisableAWSServiceAccessInput struct {

    // The service principal name of the Amazon Web Services service for which you
    // want to disable integration with your organization. This is typically in
    // the form of a URL, such as service-abbreviation.amazonaws.com.
    //
    // ServicePrincipal is a required field
    ServicePrincipal *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisableAWSServiceAccessInput) GoString

func (s DisableAWSServiceAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisableAWSServiceAccessInput) SetServicePrincipal

func (s *DisableAWSServiceAccessInput) SetServicePrincipal(v string) *DisableAWSServiceAccessInput

SetServicePrincipal sets the ServicePrincipal field's value.

func (DisableAWSServiceAccessInput) String

func (s DisableAWSServiceAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisableAWSServiceAccessInput) Validate

func (s *DisableAWSServiceAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisableAWSServiceAccessOutput

type DisableAWSServiceAccessOutput struct {
    // contains filtered or unexported fields
}

func (DisableAWSServiceAccessOutput) GoString

func (s DisableAWSServiceAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisableAWSServiceAccessOutput) String

func (s DisableAWSServiceAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisablePolicyTypeInput

type DisablePolicyTypeInput struct {

    // The policy type that you want to disable in this root. You can specify one
    // of the following values:
    //
    //    * AISERVICES_OPT_OUT_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html)
    //
    //    * BACKUP_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html)
    //
    //    * SERVICE_CONTROL_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html)
    //
    //    * TAG_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html)
    //
    // PolicyType is a required field
    PolicyType *string `type:"string" required:"true" enum:"PolicyType"`

    // The unique identifier (ID) of the root in which you want to disable a policy
    // type. You can get the ID from the ListRoots operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a root ID string
    // requires "r-" followed by from 4 to 32 lowercase letters or digits.
    //
    // RootId is a required field
    RootId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisablePolicyTypeInput) GoString

func (s DisablePolicyTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisablePolicyTypeInput) SetPolicyType

func (s *DisablePolicyTypeInput) SetPolicyType(v string) *DisablePolicyTypeInput

SetPolicyType sets the PolicyType field's value.

func (*DisablePolicyTypeInput) SetRootId

func (s *DisablePolicyTypeInput) SetRootId(v string) *DisablePolicyTypeInput

SetRootId sets the RootId field's value.

func (DisablePolicyTypeInput) String

func (s DisablePolicyTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisablePolicyTypeInput) Validate

func (s *DisablePolicyTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisablePolicyTypeOutput

type DisablePolicyTypeOutput struct {

    // A structure that shows the root with the updated list of enabled policy types.
    Root *Root `type:"structure"`
    // contains filtered or unexported fields
}

func (DisablePolicyTypeOutput) GoString

func (s DisablePolicyTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisablePolicyTypeOutput) SetRoot

func (s *DisablePolicyTypeOutput) SetRoot(v *Root) *DisablePolicyTypeOutput

SetRoot sets the Root field's value.

func (DisablePolicyTypeOutput) String

func (s DisablePolicyTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicateAccountException

type DuplicateAccountException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

That account is already present in the specified destination.

func (*DuplicateAccountException) Code

func (s *DuplicateAccountException) Code() string

Code returns the exception type name.

func (*DuplicateAccountException) Error

func (s *DuplicateAccountException) Error() string

func (DuplicateAccountException) GoString

func (s DuplicateAccountException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicateAccountException) Message

func (s *DuplicateAccountException) Message() string

Message returns the exception's message.

func (*DuplicateAccountException) OrigErr

func (s *DuplicateAccountException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateAccountException) RequestID

func (s *DuplicateAccountException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateAccountException) StatusCode

func (s *DuplicateAccountException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicateAccountException) String

func (s DuplicateAccountException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicateHandshakeException

type DuplicateHandshakeException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.

func (*DuplicateHandshakeException) Code

func (s *DuplicateHandshakeException) Code() string

Code returns the exception type name.

func (*DuplicateHandshakeException) Error

func (s *DuplicateHandshakeException) Error() string

func (DuplicateHandshakeException) GoString

func (s DuplicateHandshakeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicateHandshakeException) Message

func (s *DuplicateHandshakeException) Message() string

Message returns the exception's message.

func (*DuplicateHandshakeException) OrigErr

func (s *DuplicateHandshakeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateHandshakeException) RequestID

func (s *DuplicateHandshakeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateHandshakeException) StatusCode

func (s *DuplicateHandshakeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicateHandshakeException) String

func (s DuplicateHandshakeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicateOrganizationalUnitException

type DuplicateOrganizationalUnitException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An OU with the same name already exists.

func (*DuplicateOrganizationalUnitException) Code

func (s *DuplicateOrganizationalUnitException) Code() string

Code returns the exception type name.

func (*DuplicateOrganizationalUnitException) Error

func (s *DuplicateOrganizationalUnitException) Error() string

func (DuplicateOrganizationalUnitException) GoString

func (s DuplicateOrganizationalUnitException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicateOrganizationalUnitException) Message

func (s *DuplicateOrganizationalUnitException) Message() string

Message returns the exception's message.

func (*DuplicateOrganizationalUnitException) OrigErr

func (s *DuplicateOrganizationalUnitException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateOrganizationalUnitException) RequestID

func (s *DuplicateOrganizationalUnitException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateOrganizationalUnitException) StatusCode

func (s *DuplicateOrganizationalUnitException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicateOrganizationalUnitException) String

func (s DuplicateOrganizationalUnitException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicatePolicyAttachmentException

type DuplicatePolicyAttachmentException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The selected policy is already attached to the specified target.

func (*DuplicatePolicyAttachmentException) Code

func (s *DuplicatePolicyAttachmentException) Code() string

Code returns the exception type name.

func (*DuplicatePolicyAttachmentException) Error

func (s *DuplicatePolicyAttachmentException) Error() string

func (DuplicatePolicyAttachmentException) GoString

func (s DuplicatePolicyAttachmentException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicatePolicyAttachmentException) Message

func (s *DuplicatePolicyAttachmentException) Message() string

Message returns the exception's message.

func (*DuplicatePolicyAttachmentException) OrigErr

func (s *DuplicatePolicyAttachmentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicatePolicyAttachmentException) RequestID

func (s *DuplicatePolicyAttachmentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicatePolicyAttachmentException) StatusCode

func (s *DuplicatePolicyAttachmentException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicatePolicyAttachmentException) String

func (s DuplicatePolicyAttachmentException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicatePolicyException

type DuplicatePolicyException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

A policy with the same name already exists.

func (*DuplicatePolicyException) Code

func (s *DuplicatePolicyException) Code() string

Code returns the exception type name.

func (*DuplicatePolicyException) Error

func (s *DuplicatePolicyException) Error() string

func (DuplicatePolicyException) GoString

func (s DuplicatePolicyException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicatePolicyException) Message

func (s *DuplicatePolicyException) Message() string

Message returns the exception's message.

func (*DuplicatePolicyException) OrigErr

func (s *DuplicatePolicyException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicatePolicyException) RequestID

func (s *DuplicatePolicyException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicatePolicyException) StatusCode

func (s *DuplicatePolicyException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicatePolicyException) String

func (s DuplicatePolicyException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EffectivePolicy

type EffectivePolicy struct {

    // The time of the last update to this policy.
    LastUpdatedTimestamp *time.Time `type:"timestamp"`

    // The text content of the policy.
    PolicyContent *string `min:"1" type:"string"`

    // The policy type.
    PolicyType *string `type:"string" enum:"EffectivePolicyType"`

    // The account ID of the policy target.
    TargetId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains rules to be applied to the affected accounts. The effective policy is the aggregation of any policies the account inherits, plus any policy directly attached to the account.

func (EffectivePolicy) GoString

func (s EffectivePolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EffectivePolicy) SetLastUpdatedTimestamp

func (s *EffectivePolicy) SetLastUpdatedTimestamp(v time.Time) *EffectivePolicy

SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.

func (*EffectivePolicy) SetPolicyContent

func (s *EffectivePolicy) SetPolicyContent(v string) *EffectivePolicy

SetPolicyContent sets the PolicyContent field's value.

func (*EffectivePolicy) SetPolicyType

func (s *EffectivePolicy) SetPolicyType(v string) *EffectivePolicy

SetPolicyType sets the PolicyType field's value.

func (*EffectivePolicy) SetTargetId

func (s *EffectivePolicy) SetTargetId(v string) *EffectivePolicy

SetTargetId sets the TargetId field's value.

func (EffectivePolicy) String

func (s EffectivePolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EffectivePolicyNotFoundException

type EffectivePolicyNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

If you ran this action on the management account, this policy type is not enabled. If you ran the action on a member account, the account doesn't have an effective policy of this type. Contact the administrator of your organization about attaching a policy of this type to the account.

func (*EffectivePolicyNotFoundException) Code

func (s *EffectivePolicyNotFoundException) Code() string

Code returns the exception type name.

func (*EffectivePolicyNotFoundException) Error

func (s *EffectivePolicyNotFoundException) Error() string

func (EffectivePolicyNotFoundException) GoString

func (s EffectivePolicyNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EffectivePolicyNotFoundException) Message

func (s *EffectivePolicyNotFoundException) Message() string

Message returns the exception's message.

func (*EffectivePolicyNotFoundException) OrigErr

func (s *EffectivePolicyNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*EffectivePolicyNotFoundException) RequestID

func (s *EffectivePolicyNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*EffectivePolicyNotFoundException) StatusCode

func (s *EffectivePolicyNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (EffectivePolicyNotFoundException) String

func (s EffectivePolicyNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnableAWSServiceAccessInput

type EnableAWSServiceAccessInput struct {

    // The service principal name of the Amazon Web Services service for which you
    // want to enable integration with your organization. This is typically in the
    // form of a URL, such as service-abbreviation.amazonaws.com.
    //
    // ServicePrincipal is a required field
    ServicePrincipal *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (EnableAWSServiceAccessInput) GoString

func (s EnableAWSServiceAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnableAWSServiceAccessInput) SetServicePrincipal

func (s *EnableAWSServiceAccessInput) SetServicePrincipal(v string) *EnableAWSServiceAccessInput

SetServicePrincipal sets the ServicePrincipal field's value.

func (EnableAWSServiceAccessInput) String

func (s EnableAWSServiceAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnableAWSServiceAccessInput) Validate

func (s *EnableAWSServiceAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EnableAWSServiceAccessOutput

type EnableAWSServiceAccessOutput struct {
    // contains filtered or unexported fields
}

func (EnableAWSServiceAccessOutput) GoString

func (s EnableAWSServiceAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (EnableAWSServiceAccessOutput) String

func (s EnableAWSServiceAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnableAllFeaturesInput

type EnableAllFeaturesInput struct {
    // contains filtered or unexported fields
}

func (EnableAllFeaturesInput) GoString

func (s EnableAllFeaturesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (EnableAllFeaturesInput) String

func (s EnableAllFeaturesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnableAllFeaturesOutput

type EnableAllFeaturesOutput struct {

    // A structure that contains details about the handshake created to support
    // this request to enable all features in the organization.
    Handshake *Handshake `type:"structure"`
    // contains filtered or unexported fields
}

func (EnableAllFeaturesOutput) GoString

func (s EnableAllFeaturesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnableAllFeaturesOutput) SetHandshake

func (s *EnableAllFeaturesOutput) SetHandshake(v *Handshake) *EnableAllFeaturesOutput

SetHandshake sets the Handshake field's value.

func (EnableAllFeaturesOutput) String

func (s EnableAllFeaturesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnablePolicyTypeInput

type EnablePolicyTypeInput struct {

    // The policy type that you want to enable. You can specify one of the following
    // values:
    //
    //    * AISERVICES_OPT_OUT_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html)
    //
    //    * BACKUP_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html)
    //
    //    * SERVICE_CONTROL_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html)
    //
    //    * TAG_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html)
    //
    // PolicyType is a required field
    PolicyType *string `type:"string" required:"true" enum:"PolicyType"`

    // The unique identifier (ID) of the root in which you want to enable a policy
    // type. You can get the ID from the ListRoots operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a root ID string
    // requires "r-" followed by from 4 to 32 lowercase letters or digits.
    //
    // RootId is a required field
    RootId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (EnablePolicyTypeInput) GoString

func (s EnablePolicyTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnablePolicyTypeInput) SetPolicyType

func (s *EnablePolicyTypeInput) SetPolicyType(v string) *EnablePolicyTypeInput

SetPolicyType sets the PolicyType field's value.

func (*EnablePolicyTypeInput) SetRootId

func (s *EnablePolicyTypeInput) SetRootId(v string) *EnablePolicyTypeInput

SetRootId sets the RootId field's value.

func (EnablePolicyTypeInput) String

func (s EnablePolicyTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnablePolicyTypeInput) Validate

func (s *EnablePolicyTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EnablePolicyTypeOutput

type EnablePolicyTypeOutput struct {

    // A structure that shows the root with the updated list of enabled policy types.
    Root *Root `type:"structure"`
    // contains filtered or unexported fields
}

func (EnablePolicyTypeOutput) GoString

func (s EnablePolicyTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnablePolicyTypeOutput) SetRoot

func (s *EnablePolicyTypeOutput) SetRoot(v *Root) *EnablePolicyTypeOutput

SetRoot sets the Root field's value.

func (EnablePolicyTypeOutput) String

func (s EnablePolicyTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnabledServicePrincipal

type EnabledServicePrincipal struct {

    // The date that the service principal was enabled for integration with Organizations.
    DateEnabled *time.Time `type:"timestamp"`

    // The name of the service principal. This is typically in the form of a URL,
    // such as: servicename.amazonaws.com.
    ServicePrincipal *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A structure that contains details of a service principal that represents an Amazon Web Services service that is enabled to integrate with Organizations.

func (EnabledServicePrincipal) GoString

func (s EnabledServicePrincipal) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnabledServicePrincipal) SetDateEnabled

func (s *EnabledServicePrincipal) SetDateEnabled(v time.Time) *EnabledServicePrincipal

SetDateEnabled sets the DateEnabled field's value.

func (*EnabledServicePrincipal) SetServicePrincipal

func (s *EnabledServicePrincipal) SetServicePrincipal(v string) *EnabledServicePrincipal

SetServicePrincipal sets the ServicePrincipal field's value.

func (EnabledServicePrincipal) String

func (s EnabledServicePrincipal) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FinalizingOrganizationException

type FinalizingOrganizationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

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 (https://console.aws.amazon.com/support/home#/).

func (*FinalizingOrganizationException) Code

func (s *FinalizingOrganizationException) Code() string

Code returns the exception type name.

func (*FinalizingOrganizationException) Error

func (s *FinalizingOrganizationException) Error() string

func (FinalizingOrganizationException) GoString

func (s FinalizingOrganizationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FinalizingOrganizationException) Message

func (s *FinalizingOrganizationException) Message() string

Message returns the exception's message.

func (*FinalizingOrganizationException) OrigErr

func (s *FinalizingOrganizationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*FinalizingOrganizationException) RequestID

func (s *FinalizingOrganizationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*FinalizingOrganizationException) StatusCode

func (s *FinalizingOrganizationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (FinalizingOrganizationException) String

func (s FinalizingOrganizationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Handshake

type Handshake struct {

    // The type of handshake, indicating what action occurs when the recipient accepts
    // the handshake. The following handshake types are supported:
    //
    //    * INVITE: This type of handshake represents a request to join an organization.
    //    It is always sent from the management account to only non-member accounts.
    //
    //    * ENABLE_ALL_FEATURES: This type of handshake represents a request to
    //    enable all features in an organization. It is always sent from the management
    //    account to only invited member accounts. Created accounts do not receive
    //    this because those accounts were created by the organization's management
    //    account and approval is inferred.
    //
    //    * APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations
    //    service when all member accounts have approved the ENABLE_ALL_FEATURES
    //    invitation. It is sent only to the management account and signals the
    //    master that it can finalize the process to enable all features.
    Action *string `type:"string" enum:"ActionType"`

    // The Amazon Resource Name (ARN) of a handshake.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    Arn *string `type:"string"`

    // The date and time that the handshake expires. If the recipient of the handshake
    // request fails to respond before the specified date and time, the handshake
    // becomes inactive and is no longer valid.
    ExpirationTimestamp *time.Time `type:"timestamp"`

    // The unique identifier (ID) of a handshake. The originating account creates
    // the ID when it initiates the handshake.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for handshake ID string
    // requires "h-" followed by from 8 to 32 lowercase letters or digits.
    Id *string `type:"string"`

    // Information about the two accounts that are participating in the handshake.
    Parties []*HandshakeParty `type:"list"`

    // The date and time that the handshake request was made.
    RequestedTimestamp *time.Time `type:"timestamp"`

    // Additional information that is needed to process the handshake.
    Resources []*HandshakeResource `type:"list"`

    // The current state of the handshake. Use the state to trace the flow of the
    // handshake through the process from its creation to its acceptance. The meaning
    // of each of the valid values is as follows:
    //
    //    * REQUESTED: This handshake was sent to multiple recipients (applicable
    //    to only some handshake types) and not all recipients have responded yet.
    //    The request stays in this state until all recipients respond.
    //
    //    * OPEN: This handshake was sent to multiple recipients (applicable to
    //    only some policy types) and all recipients have responded, allowing the
    //    originator to complete the handshake action.
    //
    //    * CANCELED: This handshake is no longer active because it was canceled
    //    by the originating account.
    //
    //    * ACCEPTED: This handshake is complete because it has been accepted by
    //    the recipient.
    //
    //    * DECLINED: This handshake is no longer active because it was declined
    //    by the recipient account.
    //
    //    * EXPIRED: This handshake is no longer active because the originator did
    //    not receive a response of any kind from the recipient before the expiration
    //    time (15 days).
    State *string `type:"string" enum:"HandshakeState"`
    // contains filtered or unexported fields
}

Contains information that must be exchanged to securely establish a relationship between two accounts (an originator and a recipient). For example, when a management account (the originator) invites another account (the recipient) to join its organization, the two accounts exchange information as a series of handshake requests and responses.

Note: Handshakes that are CANCELED, ACCEPTED, DECLINED, or EXPIRED show up in lists for only 30 days after entering that state After that they are deleted.

func (Handshake) GoString

func (s Handshake) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Handshake) SetAction

func (s *Handshake) SetAction(v string) *Handshake

SetAction sets the Action field's value.

func (*Handshake) SetArn

func (s *Handshake) SetArn(v string) *Handshake

SetArn sets the Arn field's value.

func (*Handshake) SetExpirationTimestamp

func (s *Handshake) SetExpirationTimestamp(v time.Time) *Handshake

SetExpirationTimestamp sets the ExpirationTimestamp field's value.

func (*Handshake) SetId

func (s *Handshake) SetId(v string) *Handshake

SetId sets the Id field's value.

func (*Handshake) SetParties

func (s *Handshake) SetParties(v []*HandshakeParty) *Handshake

SetParties sets the Parties field's value.

func (*Handshake) SetRequestedTimestamp

func (s *Handshake) SetRequestedTimestamp(v time.Time) *Handshake

SetRequestedTimestamp sets the RequestedTimestamp field's value.

func (*Handshake) SetResources

func (s *Handshake) SetResources(v []*HandshakeResource) *Handshake

SetResources sets the Resources field's value.

func (*Handshake) SetState

func (s *Handshake) SetState(v string) *Handshake

SetState sets the State field's value.

func (Handshake) String

func (s Handshake) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HandshakeAlreadyInStateException

type HandshakeAlreadyInStateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

func (*HandshakeAlreadyInStateException) Code

func (s *HandshakeAlreadyInStateException) Code() string

Code returns the exception type name.

func (*HandshakeAlreadyInStateException) Error

func (s *HandshakeAlreadyInStateException) Error() string

func (HandshakeAlreadyInStateException) GoString

func (s HandshakeAlreadyInStateException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HandshakeAlreadyInStateException) Message

func (s *HandshakeAlreadyInStateException) Message() string

Message returns the exception's message.

func (*HandshakeAlreadyInStateException) OrigErr

func (s *HandshakeAlreadyInStateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HandshakeAlreadyInStateException) RequestID

func (s *HandshakeAlreadyInStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*HandshakeAlreadyInStateException) StatusCode

func (s *HandshakeAlreadyInStateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (HandshakeAlreadyInStateException) String

func (s HandshakeAlreadyInStateException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HandshakeConstraintViolationException

type HandshakeConstraintViolationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    Reason *string `type:"string" enum:"HandshakeConstraintViolationExceptionReason"`
    // contains filtered or unexported fields
}

The requested operation would violate the constraint identified in the reason code.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit. If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: The handshake request is invalid because the organization has already started the process to enable all features.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

func (*HandshakeConstraintViolationException) Code

func (s *HandshakeConstraintViolationException) Code() string

Code returns the exception type name.

func (*HandshakeConstraintViolationException) Error

func (s *HandshakeConstraintViolationException) Error() string

func (HandshakeConstraintViolationException) GoString

func (s HandshakeConstraintViolationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HandshakeConstraintViolationException) Message

func (s *HandshakeConstraintViolationException) Message() string

Message returns the exception's message.

func (*HandshakeConstraintViolationException) OrigErr

func (s *HandshakeConstraintViolationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HandshakeConstraintViolationException) RequestID

func (s *HandshakeConstraintViolationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*HandshakeConstraintViolationException) StatusCode

func (s *HandshakeConstraintViolationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (HandshakeConstraintViolationException) String

func (s HandshakeConstraintViolationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HandshakeFilter

type HandshakeFilter struct {

    // Specifies the type of handshake action.
    //
    // If you specify ActionType, you cannot also specify ParentHandshakeId.
    ActionType *string `type:"string" enum:"ActionType"`

    // Specifies the parent handshake. Only used for handshake types that are a
    // child of another type.
    //
    // If you specify ParentHandshakeId, you cannot also specify ActionType.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for handshake ID string
    // requires "h-" followed by from 8 to 32 lowercase letters or digits.
    ParentHandshakeId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the criteria that are used to select the handshakes for the operation.

func (HandshakeFilter) GoString

func (s HandshakeFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HandshakeFilter) SetActionType

func (s *HandshakeFilter) SetActionType(v string) *HandshakeFilter

SetActionType sets the ActionType field's value.

func (*HandshakeFilter) SetParentHandshakeId

func (s *HandshakeFilter) SetParentHandshakeId(v string) *HandshakeFilter

SetParentHandshakeId sets the ParentHandshakeId field's value.

func (HandshakeFilter) String

func (s HandshakeFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HandshakeNotFoundException

type HandshakeNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find a handshake with the HandshakeId that you specified.

func (*HandshakeNotFoundException) Code

func (s *HandshakeNotFoundException) Code() string

Code returns the exception type name.

func (*HandshakeNotFoundException) Error

func (s *HandshakeNotFoundException) Error() string

func (HandshakeNotFoundException) GoString

func (s HandshakeNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HandshakeNotFoundException) Message

func (s *HandshakeNotFoundException) Message() string

Message returns the exception's message.

func (*HandshakeNotFoundException) OrigErr

func (s *HandshakeNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HandshakeNotFoundException) RequestID

func (s *HandshakeNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*HandshakeNotFoundException) StatusCode

func (s *HandshakeNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (HandshakeNotFoundException) String

func (s HandshakeNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HandshakeParty

type HandshakeParty struct {

    // The unique identifier (ID) for the party.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for handshake ID string
    // requires "h-" followed by from 8 to 32 lowercase letters or digits.
    //
    // Id is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by HandshakeParty's
    // String and GoString methods.
    //
    // Id is a required field
    Id *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // The type of party.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"HandshakePartyType"`
    // contains filtered or unexported fields
}

Identifies a participant in a handshake.

func (HandshakeParty) GoString

func (s HandshakeParty) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HandshakeParty) SetId

func (s *HandshakeParty) SetId(v string) *HandshakeParty

SetId sets the Id field's value.

func (*HandshakeParty) SetType

func (s *HandshakeParty) SetType(v string) *HandshakeParty

SetType sets the Type field's value.

func (HandshakeParty) String

func (s HandshakeParty) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HandshakeParty) Validate

func (s *HandshakeParty) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HandshakeResource

type HandshakeResource struct {

    // When needed, contains an additional array of HandshakeResource objects.
    Resources []*HandshakeResource `type:"list"`

    // The type of information being passed, specifying how the value is to be interpreted
    // by the other party:
    //
    //    * ACCOUNT - Specifies an Amazon Web Services account ID number.
    //
    //    * ORGANIZATION - Specifies an organization ID number.
    //
    //    * EMAIL - Specifies the email address that is associated with the account
    //    that receives the handshake.
    //
    //    * OWNER_EMAIL - Specifies the email address associated with the management
    //    account. Included as information about an organization.
    //
    //    * OWNER_NAME - Specifies the name associated with the management account.
    //    Included as information about an organization.
    //
    //    * NOTES - Additional text provided by the handshake initiator and intended
    //    for the recipient to read.
    Type *string `type:"string" enum:"HandshakeResourceType"`

    // The information that is passed to the other party in the handshake. The format
    // of the value string must match the requirements of the specified type.
    //
    // Value is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by HandshakeResource's
    // String and GoString methods.
    Value *string `type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

Contains additional data that is needed to process a handshake.

func (HandshakeResource) GoString

func (s HandshakeResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HandshakeResource) SetResources

func (s *HandshakeResource) SetResources(v []*HandshakeResource) *HandshakeResource

SetResources sets the Resources field's value.

func (*HandshakeResource) SetType

func (s *HandshakeResource) SetType(v string) *HandshakeResource

SetType sets the Type field's value.

func (*HandshakeResource) SetValue

func (s *HandshakeResource) SetValue(v string) *HandshakeResource

SetValue sets the Value field's value.

func (HandshakeResource) String

func (s HandshakeResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidHandshakeTransitionException

type InvalidHandshakeTransitionException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

func (*InvalidHandshakeTransitionException) Code

func (s *InvalidHandshakeTransitionException) Code() string

Code returns the exception type name.

func (*InvalidHandshakeTransitionException) Error

func (s *InvalidHandshakeTransitionException) Error() string

func (InvalidHandshakeTransitionException) GoString

func (s InvalidHandshakeTransitionException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidHandshakeTransitionException) Message

func (s *InvalidHandshakeTransitionException) Message() string

Message returns the exception's message.

func (*InvalidHandshakeTransitionException) OrigErr

func (s *InvalidHandshakeTransitionException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidHandshakeTransitionException) RequestID

func (s *InvalidHandshakeTransitionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidHandshakeTransitionException) StatusCode

func (s *InvalidHandshakeTransitionException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidHandshakeTransitionException) String

func (s InvalidHandshakeTransitionException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInputException

type InvalidInputException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    Reason *string `type:"string" enum:"InvalidInputExceptionReason"`
    // contains filtered or unexported fields
}

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

func (*InvalidInputException) Code

func (s *InvalidInputException) Code() string

Code returns the exception type name.

func (*InvalidInputException) Error

func (s *InvalidInputException) Error() string

func (InvalidInputException) GoString

func (s InvalidInputException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInputException) Message

func (s *InvalidInputException) Message() string

Message returns the exception's message.

func (*InvalidInputException) OrigErr

func (s *InvalidInputException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInputException) RequestID

func (s *InvalidInputException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInputException) StatusCode

func (s *InvalidInputException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInputException) String

func (s InvalidInputException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InviteAccountToOrganizationInput

type InviteAccountToOrganizationInput struct {

    // Additional information that you want to include in the generated email to
    // the recipient account owner.
    //
    // Notes is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by InviteAccountToOrganizationInput's
    // String and GoString methods.
    Notes *string `type:"string" sensitive:"true"`

    // A list of tags that you want to attach to the account when it becomes a member
    // of the organization. For each tag in the list, you must specify both a tag
    // key and a value. You can set the value to an empty string, but you can't
    // set it to null. For more information about tagging, see Tagging Organizations
    // resources (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html)
    // in the Organizations User Guide.
    //
    // Any tags in the request are checked for compliance with any applicable tag
    // policies when the request is made. The request is rejected if the tags in
    // the request don't match the requirements of the policy at that time. Tag
    // policy compliance is not checked again when the invitation is accepted and
    // the tags are actually attached to the account. That means that if the tag
    // policy changes between the invitation and the acceptance, then that tags
    // could potentially be non-compliant.
    //
    // If any one of the tags is not valid or if you exceed the allowed number of
    // tags for an account, then the entire request fails and invitations are not
    // sent.
    Tags []*Tag `type:"list"`

    // The identifier (ID) of the Amazon Web Services account that you want to invite
    // to join your organization. This is a JSON object that contains the following
    // elements:
    //
    // { "Type": "ACCOUNT", "Id": "< account id number >" }
    //
    // If you use the CLI, you can submit this as a single string, similar to the
    // following example:
    //
    // --target Id=123456789012,Type=ACCOUNT
    //
    // If you specify "Type": "ACCOUNT", you must provide the Amazon Web Services
    // account ID number as the Id. If you specify "Type": "EMAIL", you must specify
    // the email address that is associated with the account.
    //
    // --target Id=diego@example.com,Type=EMAIL
    //
    // Target is a required field
    Target *HandshakeParty `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (InviteAccountToOrganizationInput) GoString

func (s InviteAccountToOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InviteAccountToOrganizationInput) SetNotes

func (s *InviteAccountToOrganizationInput) SetNotes(v string) *InviteAccountToOrganizationInput

SetNotes sets the Notes field's value.

func (*InviteAccountToOrganizationInput) SetTags

func (s *InviteAccountToOrganizationInput) SetTags(v []*Tag) *InviteAccountToOrganizationInput

SetTags sets the Tags field's value.

func (*InviteAccountToOrganizationInput) SetTarget

func (s *InviteAccountToOrganizationInput) SetTarget(v *HandshakeParty) *InviteAccountToOrganizationInput

SetTarget sets the Target field's value.

func (InviteAccountToOrganizationInput) String

func (s InviteAccountToOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InviteAccountToOrganizationInput) Validate

func (s *InviteAccountToOrganizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InviteAccountToOrganizationOutput

type InviteAccountToOrganizationOutput struct {

    // A structure that contains details about the handshake that is created to
    // support this invitation request.
    Handshake *Handshake `type:"structure"`
    // contains filtered or unexported fields
}

func (InviteAccountToOrganizationOutput) GoString

func (s InviteAccountToOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InviteAccountToOrganizationOutput) SetHandshake

func (s *InviteAccountToOrganizationOutput) SetHandshake(v *Handshake) *InviteAccountToOrganizationOutput

SetHandshake sets the Handshake field's value.

func (InviteAccountToOrganizationOutput) String

func (s InviteAccountToOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LeaveOrganizationInput

type LeaveOrganizationInput struct {
    // contains filtered or unexported fields
}

func (LeaveOrganizationInput) GoString

func (s LeaveOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (LeaveOrganizationInput) String

func (s LeaveOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LeaveOrganizationOutput

type LeaveOrganizationOutput struct {
    // contains filtered or unexported fields
}

func (LeaveOrganizationOutput) GoString

func (s LeaveOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (LeaveOrganizationOutput) String

func (s LeaveOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAWSServiceAccessForOrganizationInput

type ListAWSServiceAccessForOrganizationInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAWSServiceAccessForOrganizationInput) GoString

func (s ListAWSServiceAccessForOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAWSServiceAccessForOrganizationInput) SetMaxResults

func (s *ListAWSServiceAccessForOrganizationInput) SetMaxResults(v int64) *ListAWSServiceAccessForOrganizationInput

SetMaxResults sets the MaxResults field's value.

func (*ListAWSServiceAccessForOrganizationInput) SetNextToken

func (s *ListAWSServiceAccessForOrganizationInput) SetNextToken(v string) *ListAWSServiceAccessForOrganizationInput

SetNextToken sets the NextToken field's value.

func (ListAWSServiceAccessForOrganizationInput) String

func (s ListAWSServiceAccessForOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAWSServiceAccessForOrganizationInput) Validate

func (s *ListAWSServiceAccessForOrganizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAWSServiceAccessForOrganizationOutput

type ListAWSServiceAccessForOrganizationOutput struct {

    // A list of the service principals for the services that are enabled to integrate
    // with your organization. Each principal is a structure that includes the name
    // and the date that it was enabled for integration with Organizations.
    EnabledServicePrincipals []*EnabledServicePrincipal `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAWSServiceAccessForOrganizationOutput) GoString

func (s ListAWSServiceAccessForOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAWSServiceAccessForOrganizationOutput) SetEnabledServicePrincipals

func (s *ListAWSServiceAccessForOrganizationOutput) SetEnabledServicePrincipals(v []*EnabledServicePrincipal) *ListAWSServiceAccessForOrganizationOutput

SetEnabledServicePrincipals sets the EnabledServicePrincipals field's value.

func (*ListAWSServiceAccessForOrganizationOutput) SetNextToken

func (s *ListAWSServiceAccessForOrganizationOutput) SetNextToken(v string) *ListAWSServiceAccessForOrganizationOutput

SetNextToken sets the NextToken field's value.

func (ListAWSServiceAccessForOrganizationOutput) String

func (s ListAWSServiceAccessForOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAccountsForParentInput

type ListAccountsForParentInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // The unique identifier (ID) for the parent root or organization unit (OU)
    // whose accounts you want to list.
    //
    // ParentId is a required field
    ParentId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListAccountsForParentInput) GoString

func (s ListAccountsForParentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountsForParentInput) SetMaxResults

func (s *ListAccountsForParentInput) SetMaxResults(v int64) *ListAccountsForParentInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccountsForParentInput) SetNextToken

func (s *ListAccountsForParentInput) SetNextToken(v string) *ListAccountsForParentInput

SetNextToken sets the NextToken field's value.

func (*ListAccountsForParentInput) SetParentId

func (s *ListAccountsForParentInput) SetParentId(v string) *ListAccountsForParentInput

SetParentId sets the ParentId field's value.

func (ListAccountsForParentInput) String

func (s ListAccountsForParentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountsForParentInput) Validate

func (s *ListAccountsForParentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccountsForParentOutput

type ListAccountsForParentOutput struct {

    // A list of the accounts in the specified root or OU.
    Accounts []*Account `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAccountsForParentOutput) GoString

func (s ListAccountsForParentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountsForParentOutput) SetAccounts

func (s *ListAccountsForParentOutput) SetAccounts(v []*Account) *ListAccountsForParentOutput

SetAccounts sets the Accounts field's value.

func (*ListAccountsForParentOutput) SetNextToken

func (s *ListAccountsForParentOutput) SetNextToken(v string) *ListAccountsForParentOutput

SetNextToken sets the NextToken field's value.

func (ListAccountsForParentOutput) String

func (s ListAccountsForParentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAccountsInput

type ListAccountsInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAccountsInput) GoString

func (s ListAccountsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountsInput) SetMaxResults

func (s *ListAccountsInput) SetMaxResults(v int64) *ListAccountsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccountsInput) SetNextToken

func (s *ListAccountsInput) SetNextToken(v string) *ListAccountsInput

SetNextToken sets the NextToken field's value.

func (ListAccountsInput) String

func (s ListAccountsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountsInput) Validate

func (s *ListAccountsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccountsOutput

type ListAccountsOutput struct {

    // A list of objects in the organization.
    Accounts []*Account `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAccountsOutput) GoString

func (s ListAccountsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountsOutput) SetAccounts

func (s *ListAccountsOutput) SetAccounts(v []*Account) *ListAccountsOutput

SetAccounts sets the Accounts field's value.

func (*ListAccountsOutput) SetNextToken

func (s *ListAccountsOutput) SetNextToken(v string) *ListAccountsOutput

SetNextToken sets the NextToken field's value.

func (ListAccountsOutput) String

func (s ListAccountsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListChildrenInput

type ListChildrenInput struct {

    // Filters the output to include only the specified child type.
    //
    // ChildType is a required field
    ChildType *string `type:"string" required:"true" enum:"ChildType"`

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // The unique identifier (ID) for the parent root or OU whose children you want
    // to list.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a parent ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // ParentId is a required field
    ParentId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListChildrenInput) GoString

func (s ListChildrenInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListChildrenInput) SetChildType

func (s *ListChildrenInput) SetChildType(v string) *ListChildrenInput

SetChildType sets the ChildType field's value.

func (*ListChildrenInput) SetMaxResults

func (s *ListChildrenInput) SetMaxResults(v int64) *ListChildrenInput

SetMaxResults sets the MaxResults field's value.

func (*ListChildrenInput) SetNextToken

func (s *ListChildrenInput) SetNextToken(v string) *ListChildrenInput

SetNextToken sets the NextToken field's value.

func (*ListChildrenInput) SetParentId

func (s *ListChildrenInput) SetParentId(v string) *ListChildrenInput

SetParentId sets the ParentId field's value.

func (ListChildrenInput) String

func (s ListChildrenInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListChildrenInput) Validate

func (s *ListChildrenInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListChildrenOutput

type ListChildrenOutput struct {

    // The list of children of the specified parent container.
    Children []*Child `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListChildrenOutput) GoString

func (s ListChildrenOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListChildrenOutput) SetChildren

func (s *ListChildrenOutput) SetChildren(v []*Child) *ListChildrenOutput

SetChildren sets the Children field's value.

func (*ListChildrenOutput) SetNextToken

func (s *ListChildrenOutput) SetNextToken(v string) *ListChildrenOutput

SetNextToken sets the NextToken field's value.

func (ListChildrenOutput) String

func (s ListChildrenOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCreateAccountStatusInput

type ListCreateAccountStatusInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // A list of one or more states that you want included in the response. If this
    // parameter isn't present, all requests are included in the response.
    States []*string `type:"list" enum:"CreateAccountState"`
    // contains filtered or unexported fields
}

func (ListCreateAccountStatusInput) GoString

func (s ListCreateAccountStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCreateAccountStatusInput) SetMaxResults

func (s *ListCreateAccountStatusInput) SetMaxResults(v int64) *ListCreateAccountStatusInput

SetMaxResults sets the MaxResults field's value.

func (*ListCreateAccountStatusInput) SetNextToken

func (s *ListCreateAccountStatusInput) SetNextToken(v string) *ListCreateAccountStatusInput

SetNextToken sets the NextToken field's value.

func (*ListCreateAccountStatusInput) SetStates

func (s *ListCreateAccountStatusInput) SetStates(v []*string) *ListCreateAccountStatusInput

SetStates sets the States field's value.

func (ListCreateAccountStatusInput) String

func (s ListCreateAccountStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCreateAccountStatusInput) Validate

func (s *ListCreateAccountStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCreateAccountStatusOutput

type ListCreateAccountStatusOutput struct {

    // A list of objects with details about the requests. Certain elements, such
    // as the accountId number, are present in the output only after the account
    // has been successfully created.
    CreateAccountStatuses []*CreateAccountStatus `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCreateAccountStatusOutput) GoString

func (s ListCreateAccountStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCreateAccountStatusOutput) SetCreateAccountStatuses

func (s *ListCreateAccountStatusOutput) SetCreateAccountStatuses(v []*CreateAccountStatus) *ListCreateAccountStatusOutput

SetCreateAccountStatuses sets the CreateAccountStatuses field's value.

func (*ListCreateAccountStatusOutput) SetNextToken

func (s *ListCreateAccountStatusOutput) SetNextToken(v string) *ListCreateAccountStatusOutput

SetNextToken sets the NextToken field's value.

func (ListCreateAccountStatusOutput) String

func (s ListCreateAccountStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDelegatedAdministratorsInput

type ListDelegatedAdministratorsInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // Specifies a service principal name. If specified, then the operation lists
    // the delegated administrators only for the specified service.
    //
    // If you don't specify a service principal, the operation lists all delegated
    // administrators for all services in your organization.
    ServicePrincipal *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListDelegatedAdministratorsInput) GoString

func (s ListDelegatedAdministratorsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDelegatedAdministratorsInput) SetMaxResults

func (s *ListDelegatedAdministratorsInput) SetMaxResults(v int64) *ListDelegatedAdministratorsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDelegatedAdministratorsInput) SetNextToken

func (s *ListDelegatedAdministratorsInput) SetNextToken(v string) *ListDelegatedAdministratorsInput

SetNextToken sets the NextToken field's value.

func (*ListDelegatedAdministratorsInput) SetServicePrincipal

func (s *ListDelegatedAdministratorsInput) SetServicePrincipal(v string) *ListDelegatedAdministratorsInput

SetServicePrincipal sets the ServicePrincipal field's value.

func (ListDelegatedAdministratorsInput) String

func (s ListDelegatedAdministratorsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDelegatedAdministratorsInput) Validate

func (s *ListDelegatedAdministratorsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDelegatedAdministratorsOutput

type ListDelegatedAdministratorsOutput struct {

    // The list of delegated administrators in your organization.
    DelegatedAdministrators []*DelegatedAdministrator `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDelegatedAdministratorsOutput) GoString

func (s ListDelegatedAdministratorsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDelegatedAdministratorsOutput) SetDelegatedAdministrators

func (s *ListDelegatedAdministratorsOutput) SetDelegatedAdministrators(v []*DelegatedAdministrator) *ListDelegatedAdministratorsOutput

SetDelegatedAdministrators sets the DelegatedAdministrators field's value.

func (*ListDelegatedAdministratorsOutput) SetNextToken

func (s *ListDelegatedAdministratorsOutput) SetNextToken(v string) *ListDelegatedAdministratorsOutput

SetNextToken sets the NextToken field's value.

func (ListDelegatedAdministratorsOutput) String

func (s ListDelegatedAdministratorsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDelegatedServicesForAccountInput

type ListDelegatedServicesForAccountInput struct {

    // The account ID number of a delegated administrator account in the organization.
    //
    // AccountId is a required field
    AccountId *string `type:"string" required:"true"`

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDelegatedServicesForAccountInput) GoString

func (s ListDelegatedServicesForAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDelegatedServicesForAccountInput) SetAccountId

func (s *ListDelegatedServicesForAccountInput) SetAccountId(v string) *ListDelegatedServicesForAccountInput

SetAccountId sets the AccountId field's value.

func (*ListDelegatedServicesForAccountInput) SetMaxResults

func (s *ListDelegatedServicesForAccountInput) SetMaxResults(v int64) *ListDelegatedServicesForAccountInput

SetMaxResults sets the MaxResults field's value.

func (*ListDelegatedServicesForAccountInput) SetNextToken

func (s *ListDelegatedServicesForAccountInput) SetNextToken(v string) *ListDelegatedServicesForAccountInput

SetNextToken sets the NextToken field's value.

func (ListDelegatedServicesForAccountInput) String

func (s ListDelegatedServicesForAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDelegatedServicesForAccountInput) Validate

func (s *ListDelegatedServicesForAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDelegatedServicesForAccountOutput

type ListDelegatedServicesForAccountOutput struct {

    // The services for which the account is a delegated administrator.
    DelegatedServices []*DelegatedService `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDelegatedServicesForAccountOutput) GoString

func (s ListDelegatedServicesForAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDelegatedServicesForAccountOutput) SetDelegatedServices

func (s *ListDelegatedServicesForAccountOutput) SetDelegatedServices(v []*DelegatedService) *ListDelegatedServicesForAccountOutput

SetDelegatedServices sets the DelegatedServices field's value.

func (*ListDelegatedServicesForAccountOutput) SetNextToken

func (s *ListDelegatedServicesForAccountOutput) SetNextToken(v string) *ListDelegatedServicesForAccountOutput

SetNextToken sets the NextToken field's value.

func (ListDelegatedServicesForAccountOutput) String

func (s ListDelegatedServicesForAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHandshakesForAccountInput

type ListHandshakesForAccountInput struct {

    // Filters the handshakes that you want included in the response. The default
    // is all types. Use the ActionType element to limit the output to only a specified
    // type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively,
    // for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake
    // for each member account, you can specify ParentHandshakeId to see only the
    // handshakes that were generated by that parent request.
    Filter *HandshakeFilter `type:"structure"`

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListHandshakesForAccountInput) GoString

func (s ListHandshakesForAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHandshakesForAccountInput) SetFilter

func (s *ListHandshakesForAccountInput) SetFilter(v *HandshakeFilter) *ListHandshakesForAccountInput

SetFilter sets the Filter field's value.

func (*ListHandshakesForAccountInput) SetMaxResults

func (s *ListHandshakesForAccountInput) SetMaxResults(v int64) *ListHandshakesForAccountInput

SetMaxResults sets the MaxResults field's value.

func (*ListHandshakesForAccountInput) SetNextToken

func (s *ListHandshakesForAccountInput) SetNextToken(v string) *ListHandshakesForAccountInput

SetNextToken sets the NextToken field's value.

func (ListHandshakesForAccountInput) String

func (s ListHandshakesForAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHandshakesForAccountInput) Validate

func (s *ListHandshakesForAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHandshakesForAccountOutput

type ListHandshakesForAccountOutput struct {

    // A list of Handshake objects with details about each of the handshakes that
    // is associated with the specified account.
    Handshakes []*Handshake `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListHandshakesForAccountOutput) GoString

func (s ListHandshakesForAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHandshakesForAccountOutput) SetHandshakes

func (s *ListHandshakesForAccountOutput) SetHandshakes(v []*Handshake) *ListHandshakesForAccountOutput

SetHandshakes sets the Handshakes field's value.

func (*ListHandshakesForAccountOutput) SetNextToken

func (s *ListHandshakesForAccountOutput) SetNextToken(v string) *ListHandshakesForAccountOutput

SetNextToken sets the NextToken field's value.

func (ListHandshakesForAccountOutput) String

func (s ListHandshakesForAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHandshakesForOrganizationInput

type ListHandshakesForOrganizationInput struct {

    // A filter of the handshakes that you want included in the response. The default
    // is all types. Use the ActionType element to limit the output to only a specified
    // type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively,
    // for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake
    // for each member account, you can specify the ParentHandshakeId to see only
    // the handshakes that were generated by that parent request.
    Filter *HandshakeFilter `type:"structure"`

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListHandshakesForOrganizationInput) GoString

func (s ListHandshakesForOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHandshakesForOrganizationInput) SetFilter

func (s *ListHandshakesForOrganizationInput) SetFilter(v *HandshakeFilter) *ListHandshakesForOrganizationInput

SetFilter sets the Filter field's value.

func (*ListHandshakesForOrganizationInput) SetMaxResults

func (s *ListHandshakesForOrganizationInput) SetMaxResults(v int64) *ListHandshakesForOrganizationInput

SetMaxResults sets the MaxResults field's value.

func (*ListHandshakesForOrganizationInput) SetNextToken

func (s *ListHandshakesForOrganizationInput) SetNextToken(v string) *ListHandshakesForOrganizationInput

SetNextToken sets the NextToken field's value.

func (ListHandshakesForOrganizationInput) String

func (s ListHandshakesForOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHandshakesForOrganizationInput) Validate

func (s *ListHandshakesForOrganizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHandshakesForOrganizationOutput

type ListHandshakesForOrganizationOutput struct {

    // A list of Handshake objects with details about each of the handshakes that
    // are associated with an organization.
    Handshakes []*Handshake `type:"list"`

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListHandshakesForOrganizationOutput) GoString

func (s ListHandshakesForOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHandshakesForOrganizationOutput) SetHandshakes

func (s *ListHandshakesForOrganizationOutput) SetHandshakes(v []*Handshake) *ListHandshakesForOrganizationOutput

SetHandshakes sets the Handshakes field's value.

func (*ListHandshakesForOrganizationOutput) SetNextToken

func (s *ListHandshakesForOrganizationOutput) SetNextToken(v string) *ListHandshakesForOrganizationOutput

SetNextToken sets the NextToken field's value.

func (ListHandshakesForOrganizationOutput) String

func (s ListHandshakesForOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListOrganizationalUnitsForParentInput

type ListOrganizationalUnitsForParentInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // The unique identifier (ID) of the root or OU whose child OUs you want to
    // list.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a parent ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // ParentId is a required field
    ParentId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListOrganizationalUnitsForParentInput) GoString

func (s ListOrganizationalUnitsForParentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOrganizationalUnitsForParentInput) SetMaxResults

func (s *ListOrganizationalUnitsForParentInput) SetMaxResults(v int64) *ListOrganizationalUnitsForParentInput

SetMaxResults sets the MaxResults field's value.

func (*ListOrganizationalUnitsForParentInput) SetNextToken

func (s *ListOrganizationalUnitsForParentInput) SetNextToken(v string) *ListOrganizationalUnitsForParentInput

SetNextToken sets the NextToken field's value.

func (*ListOrganizationalUnitsForParentInput) SetParentId

func (s *ListOrganizationalUnitsForParentInput) SetParentId(v string) *ListOrganizationalUnitsForParentInput

SetParentId sets the ParentId field's value.

func (ListOrganizationalUnitsForParentInput) String

func (s ListOrganizationalUnitsForParentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOrganizationalUnitsForParentInput) Validate

func (s *ListOrganizationalUnitsForParentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListOrganizationalUnitsForParentOutput

type ListOrganizationalUnitsForParentOutput struct {

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`

    // A list of the OUs in the specified root or parent OU.
    OrganizationalUnits []*OrganizationalUnit `type:"list"`
    // contains filtered or unexported fields
}

func (ListOrganizationalUnitsForParentOutput) GoString

func (s ListOrganizationalUnitsForParentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOrganizationalUnitsForParentOutput) SetNextToken

func (s *ListOrganizationalUnitsForParentOutput) SetNextToken(v string) *ListOrganizationalUnitsForParentOutput

SetNextToken sets the NextToken field's value.

func (*ListOrganizationalUnitsForParentOutput) SetOrganizationalUnits

func (s *ListOrganizationalUnitsForParentOutput) SetOrganizationalUnits(v []*OrganizationalUnit) *ListOrganizationalUnitsForParentOutput

SetOrganizationalUnits sets the OrganizationalUnits field's value.

func (ListOrganizationalUnitsForParentOutput) String

func (s ListOrganizationalUnitsForParentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListParentsInput

type ListParentsInput struct {

    // The unique identifier (ID) of the OU or account whose parent containers you
    // want to list. Don't specify a root.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a child ID string
    // requires one of the following:
    //
    //    * Account - A string that consists of exactly 12 digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that contains
    //    the OU). This string is followed by a second "-" dash and from 8 to 32
    //    additional lowercase letters or digits.
    //
    // ChildId is a required field
    ChildId *string `type:"string" required:"true"`

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListParentsInput) GoString

func (s ListParentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListParentsInput) SetChildId

func (s *ListParentsInput) SetChildId(v string) *ListParentsInput

SetChildId sets the ChildId field's value.

func (*ListParentsInput) SetMaxResults

func (s *ListParentsInput) SetMaxResults(v int64) *ListParentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListParentsInput) SetNextToken

func (s *ListParentsInput) SetNextToken(v string) *ListParentsInput

SetNextToken sets the NextToken field's value.

func (ListParentsInput) String

func (s ListParentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListParentsInput) Validate

func (s *ListParentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListParentsOutput

type ListParentsOutput struct {

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`

    // A list of parents for the specified child account or OU.
    Parents []*Parent `type:"list"`
    // contains filtered or unexported fields
}

func (ListParentsOutput) GoString

func (s ListParentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListParentsOutput) SetNextToken

func (s *ListParentsOutput) SetNextToken(v string) *ListParentsOutput

SetNextToken sets the NextToken field's value.

func (*ListParentsOutput) SetParents

func (s *ListParentsOutput) SetParents(v []*Parent) *ListParentsOutput

SetParents sets the Parents field's value.

func (ListParentsOutput) String

func (s ListParentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPoliciesForTargetInput

type ListPoliciesForTargetInput struct {

    // The type of policy that you want to include in the returned list. You must
    // specify one of the following values:
    //
    //    * AISERVICES_OPT_OUT_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html)
    //
    //    * BACKUP_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html)
    //
    //    * SERVICE_CONTROL_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html)
    //
    //    * TAG_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html)
    //
    // Filter is a required field
    Filter *string `type:"string" required:"true" enum:"PolicyType"`

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // The unique identifier (ID) of the root, organizational unit, or account whose
    // policies you want to list.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a target ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Account - A string that consists of exactly 12 digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // TargetId is a required field
    TargetId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListPoliciesForTargetInput) GoString

func (s ListPoliciesForTargetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPoliciesForTargetInput) SetFilter

func (s *ListPoliciesForTargetInput) SetFilter(v string) *ListPoliciesForTargetInput

SetFilter sets the Filter field's value.

func (*ListPoliciesForTargetInput) SetMaxResults

func (s *ListPoliciesForTargetInput) SetMaxResults(v int64) *ListPoliciesForTargetInput

SetMaxResults sets the MaxResults field's value.

func (*ListPoliciesForTargetInput) SetNextToken

func (s *ListPoliciesForTargetInput) SetNextToken(v string) *ListPoliciesForTargetInput

SetNextToken sets the NextToken field's value.

func (*ListPoliciesForTargetInput) SetTargetId

func (s *ListPoliciesForTargetInput) SetTargetId(v string) *ListPoliciesForTargetInput

SetTargetId sets the TargetId field's value.

func (ListPoliciesForTargetInput) String

func (s ListPoliciesForTargetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPoliciesForTargetInput) Validate

func (s *ListPoliciesForTargetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPoliciesForTargetOutput

type ListPoliciesForTargetOutput struct {

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`

    // The list of policies that match the criteria in the request.
    Policies []*PolicySummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListPoliciesForTargetOutput) GoString

func (s ListPoliciesForTargetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPoliciesForTargetOutput) SetNextToken

func (s *ListPoliciesForTargetOutput) SetNextToken(v string) *ListPoliciesForTargetOutput

SetNextToken sets the NextToken field's value.

func (*ListPoliciesForTargetOutput) SetPolicies

func (s *ListPoliciesForTargetOutput) SetPolicies(v []*PolicySummary) *ListPoliciesForTargetOutput

SetPolicies sets the Policies field's value.

func (ListPoliciesForTargetOutput) String

func (s ListPoliciesForTargetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPoliciesInput

type ListPoliciesInput struct {

    // Specifies the type of policy that you want to include in the response. You
    // must specify one of the following values:
    //
    //    * AISERVICES_OPT_OUT_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html)
    //
    //    * BACKUP_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html)
    //
    //    * SERVICE_CONTROL_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html)
    //
    //    * TAG_POLICY (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html)
    //
    // Filter is a required field
    Filter *string `type:"string" required:"true" enum:"PolicyType"`

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListPoliciesInput) GoString

func (s ListPoliciesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPoliciesInput) SetFilter

func (s *ListPoliciesInput) SetFilter(v string) *ListPoliciesInput

SetFilter sets the Filter field's value.

func (*ListPoliciesInput) SetMaxResults

func (s *ListPoliciesInput) SetMaxResults(v int64) *ListPoliciesInput

SetMaxResults sets the MaxResults field's value.

func (*ListPoliciesInput) SetNextToken

func (s *ListPoliciesInput) SetNextToken(v string) *ListPoliciesInput

SetNextToken sets the NextToken field's value.

func (ListPoliciesInput) String

func (s ListPoliciesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPoliciesInput) Validate

func (s *ListPoliciesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPoliciesOutput

type ListPoliciesOutput struct {

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`

    // A list of policies that match the filter criteria in the request. The output
    // list doesn't include the policy contents. To see the content for a policy,
    // see DescribePolicy.
    Policies []*PolicySummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListPoliciesOutput) GoString

func (s ListPoliciesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPoliciesOutput) SetNextToken

func (s *ListPoliciesOutput) SetNextToken(v string) *ListPoliciesOutput

SetNextToken sets the NextToken field's value.

func (*ListPoliciesOutput) SetPolicies

func (s *ListPoliciesOutput) SetPolicies(v []*PolicySummary) *ListPoliciesOutput

SetPolicies sets the Policies field's value.

func (ListPoliciesOutput) String

func (s ListPoliciesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRootsInput

type ListRootsInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListRootsInput) GoString

func (s ListRootsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRootsInput) SetMaxResults

func (s *ListRootsInput) SetMaxResults(v int64) *ListRootsInput

SetMaxResults sets the MaxResults field's value.

func (*ListRootsInput) SetNextToken

func (s *ListRootsInput) SetNextToken(v string) *ListRootsInput

SetNextToken sets the NextToken field's value.

func (ListRootsInput) String

func (s ListRootsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRootsInput) Validate

func (s *ListRootsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRootsOutput

type ListRootsOutput struct {

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`

    // A list of roots that are defined in an organization.
    Roots []*Root `type:"list"`
    // contains filtered or unexported fields
}

func (ListRootsOutput) GoString

func (s ListRootsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRootsOutput) SetNextToken

func (s *ListRootsOutput) SetNextToken(v string) *ListRootsOutput

SetNextToken sets the NextToken field's value.

func (*ListRootsOutput) SetRoots

func (s *ListRootsOutput) SetRoots(v []*Root) *ListRootsOutput

SetRoots sets the Roots field's value.

func (ListRootsOutput) String

func (s ListRootsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // The ID of the resource with the tags to list.
    //
    // You can specify any of the following taggable resources.
    //
    //    * Amazon Web Services account – specify the account ID number.
    //
    //    * Organizational unit – specify the OU ID that begins with ou- and looks
    //    similar to: ou-1a2b-34uvwxyz
    //
    //    * Root – specify the root ID that begins with r- and looks similar to:
    //    r-1a2b
    //
    //    * Policy – specify the policy ID that begins with p- andlooks similar
    //    to: p-12abcdefg3
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetNextToken

func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourceInput) SetResourceId

func (s *ListTagsForResourceInput) SetResourceId(v string) *ListTagsForResourceInput

SetResourceId sets the ResourceId field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`

    // The tags that are assigned to the resource.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetNextToken

func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTargetsForPolicyInput

type ListTargetsForPolicyInput struct {

    // The total number of results that you want included on each page of the response.
    // If you do not include this parameter, it defaults to a value that is specific
    // to the operation. If additional items exist beyond the maximum you specify,
    // the NextToken response element is present and has a value (is not null).
    // Include that value as the NextToken request parameter in the next call to
    // the operation to get the next part of the results. Note that Organizations
    // might return fewer results than the maximum even when there are more results
    // available. You should check NextToken after every operation to ensure that
    // you receive all of the results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The parameter for receiving additional results if you receive a NextToken
    // response in a previous request. A NextToken response indicates that more
    // output is available. Set this parameter to the value of the previous call's
    // NextToken response to indicate where the output should continue from.
    NextToken *string `type:"string"`

    // The unique identifier (ID) of the policy whose attachments you want to know.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a policy ID string
    // requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits,
    // or the underscore character (_).
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTargetsForPolicyInput) GoString

func (s ListTargetsForPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTargetsForPolicyInput) SetMaxResults

func (s *ListTargetsForPolicyInput) SetMaxResults(v int64) *ListTargetsForPolicyInput

SetMaxResults sets the MaxResults field's value.

func (*ListTargetsForPolicyInput) SetNextToken

func (s *ListTargetsForPolicyInput) SetNextToken(v string) *ListTargetsForPolicyInput

SetNextToken sets the NextToken field's value.

func (*ListTargetsForPolicyInput) SetPolicyId

func (s *ListTargetsForPolicyInput) SetPolicyId(v string) *ListTargetsForPolicyInput

SetPolicyId sets the PolicyId field's value.

func (ListTargetsForPolicyInput) String

func (s ListTargetsForPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTargetsForPolicyInput) Validate

func (s *ListTargetsForPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTargetsForPolicyOutput

type ListTargetsForPolicyOutput struct {

    // If present, indicates that more output is available than is included in the
    // current response. Use this value in the NextToken request parameter in a
    // subsequent call to the operation to get the next part of the output. You
    // should repeat this until the NextToken response element comes back as null.
    NextToken *string `type:"string"`

    // A list of structures, each of which contains details about one of the entities
    // to which the specified policy is attached.
    Targets []*PolicyTargetSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListTargetsForPolicyOutput) GoString

func (s ListTargetsForPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTargetsForPolicyOutput) SetNextToken

func (s *ListTargetsForPolicyOutput) SetNextToken(v string) *ListTargetsForPolicyOutput

SetNextToken sets the NextToken field's value.

func (*ListTargetsForPolicyOutput) SetTargets

func (s *ListTargetsForPolicyOutput) SetTargets(v []*PolicyTargetSummary) *ListTargetsForPolicyOutput

SetTargets sets the Targets field's value.

func (ListTargetsForPolicyOutput) String

func (s ListTargetsForPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MalformedPolicyDocumentException

type MalformedPolicyDocumentException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The provided policy document doesn't meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see SCP syntax (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html) in the Organizations User Guide.

func (*MalformedPolicyDocumentException) Code

func (s *MalformedPolicyDocumentException) Code() string

Code returns the exception type name.

func (*MalformedPolicyDocumentException) Error

func (s *MalformedPolicyDocumentException) Error() string

func (MalformedPolicyDocumentException) GoString

func (s MalformedPolicyDocumentException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MalformedPolicyDocumentException) Message

func (s *MalformedPolicyDocumentException) Message() string

Message returns the exception's message.

func (*MalformedPolicyDocumentException) OrigErr

func (s *MalformedPolicyDocumentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MalformedPolicyDocumentException) RequestID

func (s *MalformedPolicyDocumentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MalformedPolicyDocumentException) StatusCode

func (s *MalformedPolicyDocumentException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MalformedPolicyDocumentException) String

func (s MalformedPolicyDocumentException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MasterCannotLeaveOrganizationException

type MasterCannotLeaveOrganizationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You can't remove a management account from an organization. If you want the management account to become a member account in another organization, you must first delete the current organization of the management account.

func (*MasterCannotLeaveOrganizationException) Code

func (s *MasterCannotLeaveOrganizationException) Code() string

Code returns the exception type name.

func (*MasterCannotLeaveOrganizationException) Error

func (s *MasterCannotLeaveOrganizationException) Error() string

func (MasterCannotLeaveOrganizationException) GoString

func (s MasterCannotLeaveOrganizationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MasterCannotLeaveOrganizationException) Message

func (s *MasterCannotLeaveOrganizationException) Message() string

Message returns the exception's message.

func (*MasterCannotLeaveOrganizationException) OrigErr

func (s *MasterCannotLeaveOrganizationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MasterCannotLeaveOrganizationException) RequestID

func (s *MasterCannotLeaveOrganizationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MasterCannotLeaveOrganizationException) StatusCode

func (s *MasterCannotLeaveOrganizationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MasterCannotLeaveOrganizationException) String

func (s MasterCannotLeaveOrganizationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MoveAccountInput

type MoveAccountInput struct {

    // The unique identifier (ID) of the account that you want to move.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an account ID string
    // requires exactly 12 digits.
    //
    // AccountId is a required field
    AccountId *string `type:"string" required:"true"`

    // The unique identifier (ID) of the root or organizational unit that you want
    // to move the account to.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a parent ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // DestinationParentId is a required field
    DestinationParentId *string `type:"string" required:"true"`

    // The unique identifier (ID) of the root or organizational unit that you want
    // to move the account from.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a parent ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    //
    // SourceParentId is a required field
    SourceParentId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (MoveAccountInput) GoString

func (s MoveAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MoveAccountInput) SetAccountId

func (s *MoveAccountInput) SetAccountId(v string) *MoveAccountInput

SetAccountId sets the AccountId field's value.

func (*MoveAccountInput) SetDestinationParentId

func (s *MoveAccountInput) SetDestinationParentId(v string) *MoveAccountInput

SetDestinationParentId sets the DestinationParentId field's value.

func (*MoveAccountInput) SetSourceParentId

func (s *MoveAccountInput) SetSourceParentId(v string) *MoveAccountInput

SetSourceParentId sets the SourceParentId field's value.

func (MoveAccountInput) String

func (s MoveAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MoveAccountInput) Validate

func (s *MoveAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MoveAccountOutput

type MoveAccountOutput struct {
    // contains filtered or unexported fields
}

func (MoveAccountOutput) GoString

func (s MoveAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (MoveAccountOutput) String

func (s MoveAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Organization

type Organization struct {

    // The Amazon Resource Name (ARN) of an organization.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    Arn *string `type:"string"`

    //
    // Do not use. This field is deprecated and doesn't provide complete information
    // about the policies in your organization.
    //
    // To determine the policies that are enabled and available for use in your
    // organization, use the ListRoots operation instead.
    AvailablePolicyTypes []*PolicyTypeSummary `type:"list"`

    // Specifies the functionality that currently is available to the organization.
    // If set to "ALL", then all features are enabled and policies can be applied
    // to accounts in the organization. If set to "CONSOLIDATED_BILLING", then only
    // consolidated billing functionality is available. For more information, see
    // Enabling all features in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html)
    // in the Organizations User Guide.
    FeatureSet *string `type:"string" enum:"OrganizationFeatureSet"`

    // The unique identifier (ID) of an organization.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an organization ID
    // string requires "o-" followed by from 10 to 32 lowercase letters or digits.
    Id *string `type:"string"`

    // The Amazon Resource Name (ARN) of the account that is designated as the management
    // account for the organization.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    MasterAccountArn *string `type:"string"`

    // The email address that is associated with the Amazon Web Services account
    // that is designated as the management account for the organization.
    //
    // MasterAccountEmail is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Organization's
    // String and GoString methods.
    MasterAccountEmail *string `min:"6" type:"string" sensitive:"true"`

    // The unique identifier (ID) of the management account of an organization.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an account ID string
    // requires exactly 12 digits.
    MasterAccountId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains details about an organization. An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies .

func (Organization) GoString

func (s Organization) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Organization) SetArn

func (s *Organization) SetArn(v string) *Organization

SetArn sets the Arn field's value.

func (*Organization) SetAvailablePolicyTypes

func (s *Organization) SetAvailablePolicyTypes(v []*PolicyTypeSummary) *Organization

SetAvailablePolicyTypes sets the AvailablePolicyTypes field's value.

func (*Organization) SetFeatureSet

func (s *Organization) SetFeatureSet(v string) *Organization

SetFeatureSet sets the FeatureSet field's value.

func (*Organization) SetId

func (s *Organization) SetId(v string) *Organization

SetId sets the Id field's value.

func (*Organization) SetMasterAccountArn

func (s *Organization) SetMasterAccountArn(v string) *Organization

SetMasterAccountArn sets the MasterAccountArn field's value.

func (*Organization) SetMasterAccountEmail

func (s *Organization) SetMasterAccountEmail(v string) *Organization

SetMasterAccountEmail sets the MasterAccountEmail field's value.

func (*Organization) SetMasterAccountId

func (s *Organization) SetMasterAccountId(v string) *Organization

SetMasterAccountId sets the MasterAccountId field's value.

func (Organization) String

func (s Organization) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OrganizationNotEmptyException

type OrganizationNotEmptyException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The organization isn't empty. To delete an organization, you must first remove all accounts except the management account.

func (*OrganizationNotEmptyException) Code

func (s *OrganizationNotEmptyException) Code() string

Code returns the exception type name.

func (*OrganizationNotEmptyException) Error

func (s *OrganizationNotEmptyException) Error() string

func (OrganizationNotEmptyException) GoString

func (s OrganizationNotEmptyException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OrganizationNotEmptyException) Message

func (s *OrganizationNotEmptyException) Message() string

Message returns the exception's message.

func (*OrganizationNotEmptyException) OrigErr

func (s *OrganizationNotEmptyException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OrganizationNotEmptyException) RequestID

func (s *OrganizationNotEmptyException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OrganizationNotEmptyException) StatusCode

func (s *OrganizationNotEmptyException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OrganizationNotEmptyException) String

func (s OrganizationNotEmptyException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OrganizationalUnit

type OrganizationalUnit struct {

    // The Amazon Resource Name (ARN) of this OU.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    Arn *string `type:"string"`

    // The unique identifier (ID) associated with this OU. The ID is unique to the
    // organization only.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an organizational
    // unit ID string requires "ou-" followed by from 4 to 32 lowercase letters
    // or digits (the ID of the root that contains the OU). This string is followed
    // by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
    Id *string `type:"string"`

    // The friendly name of this OU.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    Name *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains details about an organizational unit (OU). An OU is a container of Amazon Web Services accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.

func (OrganizationalUnit) GoString

func (s OrganizationalUnit) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OrganizationalUnit) SetArn

func (s *OrganizationalUnit) SetArn(v string) *OrganizationalUnit

SetArn sets the Arn field's value.

func (*OrganizationalUnit) SetId

func (s *OrganizationalUnit) SetId(v string) *OrganizationalUnit

SetId sets the Id field's value.

func (*OrganizationalUnit) SetName

func (s *OrganizationalUnit) SetName(v string) *OrganizationalUnit

SetName sets the Name field's value.

func (OrganizationalUnit) String

func (s OrganizationalUnit) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OrganizationalUnitNotEmptyException

type OrganizationalUnitNotEmptyException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified OU is not empty. Move all accounts to another root or to other OUs, remove all child OUs, and try the operation again.

func (*OrganizationalUnitNotEmptyException) Code

func (s *OrganizationalUnitNotEmptyException) Code() string

Code returns the exception type name.

func (*OrganizationalUnitNotEmptyException) Error

func (s *OrganizationalUnitNotEmptyException) Error() string

func (OrganizationalUnitNotEmptyException) GoString

func (s OrganizationalUnitNotEmptyException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OrganizationalUnitNotEmptyException) Message

func (s *OrganizationalUnitNotEmptyException) Message() string

Message returns the exception's message.

func (*OrganizationalUnitNotEmptyException) OrigErr

func (s *OrganizationalUnitNotEmptyException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OrganizationalUnitNotEmptyException) RequestID

func (s *OrganizationalUnitNotEmptyException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OrganizationalUnitNotEmptyException) StatusCode

func (s *OrganizationalUnitNotEmptyException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OrganizationalUnitNotEmptyException) String

func (s OrganizationalUnitNotEmptyException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OrganizationalUnitNotFoundException

type OrganizationalUnitNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find an OU with the OrganizationalUnitId that you specified.

func (*OrganizationalUnitNotFoundException) Code

func (s *OrganizationalUnitNotFoundException) Code() string

Code returns the exception type name.

func (*OrganizationalUnitNotFoundException) Error

func (s *OrganizationalUnitNotFoundException) Error() string

func (OrganizationalUnitNotFoundException) GoString

func (s OrganizationalUnitNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OrganizationalUnitNotFoundException) Message

func (s *OrganizationalUnitNotFoundException) Message() string

Message returns the exception's message.

func (*OrganizationalUnitNotFoundException) OrigErr

func (s *OrganizationalUnitNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OrganizationalUnitNotFoundException) RequestID

func (s *OrganizationalUnitNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OrganizationalUnitNotFoundException) StatusCode

func (s *OrganizationalUnitNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OrganizationalUnitNotFoundException) String

func (s OrganizationalUnitNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Organizations

type Organizations struct {
    *client.Client
}

Organizations provides the API operation methods for making requests to AWS Organizations. See this package's package overview docs for details on the service.

Organizations methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Organizations

New creates a new instance of the Organizations client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a Organizations client from just a session.
svc := organizations.New(mySession)

// Create a Organizations client with additional configuration
svc := organizations.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Organizations) AcceptHandshake

func (c *Organizations) AcceptHandshake(input *AcceptHandshakeInput) (*AcceptHandshakeOutput, error)

AcceptHandshake API operation for AWS Organizations.

Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.

You can only call this operation by the following principals when they also have the relevant IAM permissions:

After you accept a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that, it's deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation AcceptHandshake for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • HandshakeConstraintViolationException The requested operation would violate the constraint identified in the reason code.

    Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit. If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: The handshake request is invalid because the organization has already started the process to enable all features.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

  • HandshakeNotFoundException We can't find a handshake with the HandshakeId that you specified.

  • InvalidHandshakeTransitionException You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

  • HandshakeAlreadyInStateException The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • AccessDeniedForDependencyException The operation that you attempted requires you to have the iam:CreateServiceLinkedRole for organizations.amazonaws.com permission so that Organizations can create the required service-linked role. You don't have that permission.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/AcceptHandshake

Example (Shared00)

To accept a handshake from another account Bill is the owner of an organization, and he invites Juan's account (222222222222) to join his organization. The following example shows Juan's account accepting the handshake and thus agreeing to the invitation.

Code:

svc := organizations.New(session.New())
input := &organizations.AcceptHandshakeInput{
    HandshakeId: aws.String("h-examplehandshakeid111"),
}

result, err := svc.AcceptHandshake(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeHandshakeConstraintViolationException:
            fmt.Println(organizations.ErrCodeHandshakeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeHandshakeNotFoundException:
            fmt.Println(organizations.ErrCodeHandshakeNotFoundException, aerr.Error())
        case organizations.ErrCodeInvalidHandshakeTransitionException:
            fmt.Println(organizations.ErrCodeInvalidHandshakeTransitionException, aerr.Error())
        case organizations.ErrCodeHandshakeAlreadyInStateException:
            fmt.Println(organizations.ErrCodeHandshakeAlreadyInStateException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeAccessDeniedForDependencyException:
            fmt.Println(organizations.ErrCodeAccessDeniedForDependencyException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) AcceptHandshakeRequest

func (c *Organizations) AcceptHandshakeRequest(input *AcceptHandshakeInput) (req *request.Request, output *AcceptHandshakeOutput)

AcceptHandshakeRequest generates a "aws/request.Request" representing the client's request for the AcceptHandshake operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AcceptHandshake for more information on using the AcceptHandshake API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AcceptHandshakeRequest method.
req, resp := client.AcceptHandshakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/AcceptHandshake

func (*Organizations) AcceptHandshakeWithContext

func (c *Organizations) AcceptHandshakeWithContext(ctx aws.Context, input *AcceptHandshakeInput, opts ...request.Option) (*AcceptHandshakeOutput, error)

AcceptHandshakeWithContext is the same as AcceptHandshake with the addition of the ability to pass a context and additional request options.

See AcceptHandshake for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) AttachPolicy

func (c *Organizations) AttachPolicy(input *AttachPolicyInput) (*AttachPolicyOutput, error)

AttachPolicy API operation for AWS Organizations.

Attaches a policy to a root, an organizational unit (OU), or an individual account. How the policy affects accounts depends on the type of policy. Refer to the Organizations User Guide for information about each policy type:

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation AttachPolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • DuplicatePolicyAttachmentException The selected policy is already attached to the specified target.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • PolicyNotFoundException We can't find a policy with the PolicyId that you specified.

  • PolicyTypeNotEnabledException The specified policy type isn't currently enabled in this root. You can't attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling all features in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html) in the Organizations User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TargetNotFoundException We can't find a root, OU, account, or policy with the TargetId that you specified.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • PolicyChangesInProgressException Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/AttachPolicy

Example (Shared00)

To attach a policy to an OU The following example shows how to attach a service control policy (SCP) to an OU:

Code:

svc := organizations.New(session.New())
input := &organizations.AttachPolicyInput{
    PolicyId: aws.String("p-examplepolicyid111"),
    TargetId: aws.String("ou-examplerootid111-exampleouid111"),
}

result, err := svc.AttachPolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeDuplicatePolicyAttachmentException:
            fmt.Println(organizations.ErrCodeDuplicatePolicyAttachmentException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodePolicyTypeNotEnabledException:
            fmt.Println(organizations.ErrCodePolicyTypeNotEnabledException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTargetNotFoundException:
            fmt.Println(organizations.ErrCodeTargetNotFoundException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        case organizations.ErrCodePolicyChangesInProgressException:
            fmt.Println(organizations.ErrCodePolicyChangesInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

Example (Shared01)

To attach a policy to an account The following example shows how to attach a service control policy (SCP) to an account:

Code:

svc := organizations.New(session.New())
input := &organizations.AttachPolicyInput{
    PolicyId: aws.String("p-examplepolicyid111"),
    TargetId: aws.String("333333333333"),
}

result, err := svc.AttachPolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeDuplicatePolicyAttachmentException:
            fmt.Println(organizations.ErrCodeDuplicatePolicyAttachmentException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodePolicyTypeNotEnabledException:
            fmt.Println(organizations.ErrCodePolicyTypeNotEnabledException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTargetNotFoundException:
            fmt.Println(organizations.ErrCodeTargetNotFoundException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        case organizations.ErrCodePolicyChangesInProgressException:
            fmt.Println(organizations.ErrCodePolicyChangesInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) AttachPolicyRequest

func (c *Organizations) AttachPolicyRequest(input *AttachPolicyInput) (req *request.Request, output *AttachPolicyOutput)

AttachPolicyRequest generates a "aws/request.Request" representing the client's request for the AttachPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AttachPolicy for more information on using the AttachPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AttachPolicyRequest method.
req, resp := client.AttachPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/AttachPolicy

func (*Organizations) AttachPolicyWithContext

func (c *Organizations) AttachPolicyWithContext(ctx aws.Context, input *AttachPolicyInput, opts ...request.Option) (*AttachPolicyOutput, error)

AttachPolicyWithContext is the same as AttachPolicy with the addition of the ability to pass a context and additional request options.

See AttachPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) CancelHandshake

func (c *Organizations) CancelHandshake(input *CancelHandshakeInput) (*CancelHandshakeOutput, error)

CancelHandshake API operation for AWS Organizations.

Cancels a handshake. Canceling a handshake sets the handshake state to CANCELED.

This operation can be called only from the account that originated the handshake. The recipient of the handshake can't cancel it, but can use DeclineHandshake instead. After a handshake is canceled, the recipient can no longer respond to that handshake.

After you cancel a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that, it's deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation CancelHandshake for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • HandshakeNotFoundException We can't find a handshake with the HandshakeId that you specified.

  • InvalidHandshakeTransitionException You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

  • HandshakeAlreadyInStateException The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CancelHandshake

Example (Shared00)

To cancel a handshake sent to a member account Bill previously sent an invitation to Susan's account to join his organization. He changes his mind and decides to cancel the invitation before Susan accepts it. The following example shows Bill's cancellation:

Code:

svc := organizations.New(session.New())
input := &organizations.CancelHandshakeInput{
    HandshakeId: aws.String("h-examplehandshakeid111"),
}

result, err := svc.CancelHandshake(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeHandshakeNotFoundException:
            fmt.Println(organizations.ErrCodeHandshakeNotFoundException, aerr.Error())
        case organizations.ErrCodeInvalidHandshakeTransitionException:
            fmt.Println(organizations.ErrCodeInvalidHandshakeTransitionException, aerr.Error())
        case organizations.ErrCodeHandshakeAlreadyInStateException:
            fmt.Println(organizations.ErrCodeHandshakeAlreadyInStateException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) CancelHandshakeRequest

func (c *Organizations) CancelHandshakeRequest(input *CancelHandshakeInput) (req *request.Request, output *CancelHandshakeOutput)

CancelHandshakeRequest generates a "aws/request.Request" representing the client's request for the CancelHandshake operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelHandshake for more information on using the CancelHandshake API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelHandshakeRequest method.
req, resp := client.CancelHandshakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CancelHandshake

func (*Organizations) CancelHandshakeWithContext

func (c *Organizations) CancelHandshakeWithContext(ctx aws.Context, input *CancelHandshakeInput, opts ...request.Option) (*CancelHandshakeOutput, error)

CancelHandshakeWithContext is the same as CancelHandshake with the addition of the ability to pass a context and additional request options.

See CancelHandshake for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) CloseAccount

func (c *Organizations) CloseAccount(input *CloseAccountInput) (*CloseAccountOutput, error)

CloseAccount API operation for AWS Organizations.

Closes an Amazon Web Services member account within an organization. You can close an account when all features are enabled (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html). You can't close the management account with this API. This is an asynchronous request that Amazon Web Services performs in the background. Because CloseAccount operates asynchronously, it can return a successful completion message even though account closure might still be in progress. You need to wait a few minutes before the account is fully closed. To check the status of the request, do one of the following:

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation CloseAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AccountAlreadyClosedException You attempted to close an account that is already closed.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConflictException The request failed because it conflicts with the current state of the specified resource.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CloseAccount

func (*Organizations) CloseAccountRequest

func (c *Organizations) CloseAccountRequest(input *CloseAccountInput) (req *request.Request, output *CloseAccountOutput)

CloseAccountRequest generates a "aws/request.Request" representing the client's request for the CloseAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CloseAccount for more information on using the CloseAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CloseAccountRequest method.
req, resp := client.CloseAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CloseAccount

func (*Organizations) CloseAccountWithContext

func (c *Organizations) CloseAccountWithContext(ctx aws.Context, input *CloseAccountInput, opts ...request.Option) (*CloseAccountOutput, error)

CloseAccountWithContext is the same as CloseAccount with the addition of the ability to pass a context and additional request options.

See CloseAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) CreateAccount

func (c *Organizations) CreateAccount(input *CreateAccountInput) (*CreateAccountOutput, error)

CreateAccount API operation for AWS Organizations.

Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that Amazon Web Services performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following:

The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs) in the Organizations User Guide.

If the request includes tags, then the requester must have the organizations:TagResource permission.

Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the management account administrator permissions in the new member account. Principals in the management account can assume the role. Organizations clones the company name and address information for the new account from the organization's management account.

This operation can be called only from the organization's management account.

For more information about creating accounts, see Creating a member account in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html) in the Organizations User Guide.

  • When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method and signing the end user license agreement (EULA) is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html) in the Organizations User Guide.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/control-access-billing.html#grantaccess).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation CreateAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • FinalizingOrganizationException 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 (https://console.aws.amazon.com/support/home#/).

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccount

Example (Shared00)

To create a new account that is automatically part of the organization The owner of an organization creates a member account in the organization. The following example shows that when the organization owner creates the member account, the account is preconfigured with the name "Production Account" and an owner email address of susan@example.com. An IAM role is automatically created using the default name because the roleName parameter is not used. AWS Organizations sends Susan a "Welcome to AWS" email:

Code:

svc := organizations.New(session.New())
input := &organizations.CreateAccountInput{
    AccountName: aws.String("Production Account"),
    Email:       aws.String("susan@example.com"),
}

result, err := svc.CreateAccount(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeFinalizingOrganizationException:
            fmt.Println(organizations.ErrCodeFinalizingOrganizationException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) CreateAccountRequest

func (c *Organizations) CreateAccountRequest(input *CreateAccountInput) (req *request.Request, output *CreateAccountOutput)

CreateAccountRequest generates a "aws/request.Request" representing the client's request for the CreateAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAccount for more information on using the CreateAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAccountRequest method.
req, resp := client.CreateAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccount

func (*Organizations) CreateAccountWithContext

func (c *Organizations) CreateAccountWithContext(ctx aws.Context, input *CreateAccountInput, opts ...request.Option) (*CreateAccountOutput, error)

CreateAccountWithContext is the same as CreateAccount with the addition of the ability to pass a context and additional request options.

See CreateAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) CreateGovCloudAccount

func (c *Organizations) CreateGovCloudAccount(input *CreateGovCloudAccountInput) (*CreateGovCloudAccountOutput, error)

CreateGovCloudAccount API operation for AWS Organizations.

This action is available if all of the following are true:

  • You're authorized to create accounts in the Amazon Web Services GovCloud (US) Region. For more information on the Amazon Web Services GovCloud (US) Region, see the Amazon Web Services GovCloud User Guide. (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/welcome.html)

  • You already have an account in the Amazon Web Services GovCloud (US) Region that is paired with a management account of an organization in the commercial Region.

  • You call this action from the management account of your organization in the commercial Region.

  • You have the organizations:CreateGovCloudAccount permission.

Organizations automatically creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see Organizations and service-linked roles (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs) in the Organizations User Guide.

Amazon Web Services automatically enables CloudTrail for Amazon Web Services GovCloud (US) accounts, but you should also do the following:

If the request includes tags, then the requester must have the organizations:TagResource permission. The tags are attached to the commercial account associated with the GovCloud account, rather than the GovCloud account itself. To add tags to the GovCloud account, call the TagResource operation in the GovCloud Region after the new GovCloud account exists.

You call this action from the management account of your organization in the commercial Region to create a standalone Amazon Web Services account in the Amazon Web Services GovCloud (US) Region. After the account is created, the management account of an organization in the Amazon Web Services GovCloud (US) Region can invite it to that organization. For more information on inviting standalone accounts in the Amazon Web Services GovCloud (US) to join an organization, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

Calling CreateGovCloudAccount is an asynchronous request that Amazon Web Services performs in the background. Because CreateGovCloudAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following:

When you call the CreateGovCloudAccount action, you create two accounts: a standalone account in the Amazon Web Services GovCloud (US) Region and an associated account in the commercial Region for billing and support purposes. The account in the commercial Region is automatically a member of the organization whose credentials made the request. Both accounts are associated with the same email address.

A role is created in the new account in the commercial Region that allows the management account in the organization in the commercial Region to assume it. An Amazon Web Services GovCloud (US) account is then created and associated with the commercial account that you just created. A role is also created in the new Amazon Web Services GovCloud (US) account that can be assumed by the Amazon Web Services GovCloud (US) account that is associated with the management account of the commercial organization. For more information and to view a diagram that explains how account access works, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

For more information about creating accounts, see Creating a member account in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html) in the Organizations User Guide.

  • When you create an account in an organization using the Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account is not automatically collected. This includes a payment method and signing the end user license agreement (EULA). If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • If you get an exception that indicates that you exceeded your account limits for the organization, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • Using CreateGovCloudAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Amazon Web Services Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing a member account in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html) in the Organizations User Guide.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting access to your billing information and tools (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation CreateGovCloudAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • FinalizingOrganizationException 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 (https://console.aws.amazon.com/support/home#/).

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateGovCloudAccount

func (*Organizations) CreateGovCloudAccountRequest

func (c *Organizations) CreateGovCloudAccountRequest(input *CreateGovCloudAccountInput) (req *request.Request, output *CreateGovCloudAccountOutput)

CreateGovCloudAccountRequest generates a "aws/request.Request" representing the client's request for the CreateGovCloudAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateGovCloudAccount for more information on using the CreateGovCloudAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateGovCloudAccountRequest method.
req, resp := client.CreateGovCloudAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateGovCloudAccount

func (*Organizations) CreateGovCloudAccountWithContext

func (c *Organizations) CreateGovCloudAccountWithContext(ctx aws.Context, input *CreateGovCloudAccountInput, opts ...request.Option) (*CreateGovCloudAccountOutput, error)

CreateGovCloudAccountWithContext is the same as CreateGovCloudAccount with the addition of the ability to pass a context and additional request options.

See CreateGovCloudAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) CreateOrganization

func (c *Organizations) CreateOrganization(input *CreateOrganizationInput) (*CreateOrganizationOutput, error)

CreateOrganization API operation for AWS Organizations.

Creates an Amazon Web Services organization. The account whose user is calling the CreateOrganization operation automatically becomes the management account (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account) of the new organization.

This operation must be called using credentials from the account that is to become the new organization's management account. The principal must also have the relevant IAM permissions.

By default (or if you set the FeatureSet parameter to ALL), the new organization is created with all features enabled and service control policies automatically enabled in the root. If you instead choose to create the organization supporting only the consolidated billing features by setting the FeatureSet parameter to CONSOLIDATED_BILLING, no policy types are enabled by default and you can't use organization policies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation CreateOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AlreadyInOrganizationException This account is already a member of an organization. An account can belong to only one organization at a time.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • AccessDeniedForDependencyException The operation that you attempted requires you to have the iam:CreateServiceLinkedRole for organizations.amazonaws.com permission so that Organizations can create the required service-linked role. You don't have that permission.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization

Example (Shared00)

To create a new organization with all features enabled Bill wants to create an organization using credentials from account 111111111111. The following example shows that the account becomes the master account in the new organization. Because he does not specify a feature set, the new organization defaults to all features enabled and service control policies enabled on the root:

Code:

svc := organizations.New(session.New())
input := &organizations.CreateOrganizationInput{}

result, err := svc.CreateOrganization(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAlreadyInOrganizationException:
            fmt.Println(organizations.ErrCodeAlreadyInOrganizationException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeAccessDeniedForDependencyException:
            fmt.Println(organizations.ErrCodeAccessDeniedForDependencyException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

Example (Shared01)

To create a new organization with consolidated billing features only In the following example, Bill creates an organization using credentials from account 111111111111, and configures the organization to support only the consolidated billing feature set:

Code:

svc := organizations.New(session.New())
input := &organizations.CreateOrganizationInput{
    FeatureSet: aws.String("CONSOLIDATED_BILLING"),
}

result, err := svc.CreateOrganization(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAlreadyInOrganizationException:
            fmt.Println(organizations.ErrCodeAlreadyInOrganizationException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeAccessDeniedForDependencyException:
            fmt.Println(organizations.ErrCodeAccessDeniedForDependencyException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) CreateOrganizationRequest

func (c *Organizations) CreateOrganizationRequest(input *CreateOrganizationInput) (req *request.Request, output *CreateOrganizationOutput)

CreateOrganizationRequest generates a "aws/request.Request" representing the client's request for the CreateOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOrganization for more information on using the CreateOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOrganizationRequest method.
req, resp := client.CreateOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization

func (*Organizations) CreateOrganizationWithContext

func (c *Organizations) CreateOrganizationWithContext(ctx aws.Context, input *CreateOrganizationInput, opts ...request.Option) (*CreateOrganizationOutput, error)

CreateOrganizationWithContext is the same as CreateOrganization with the addition of the ability to pass a context and additional request options.

See CreateOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) CreateOrganizationalUnit

func (c *Organizations) CreateOrganizationalUnit(input *CreateOrganizationalUnitInput) (*CreateOrganizationalUnitOutput, error)

CreateOrganizationalUnit API operation for AWS Organizations.

Creates an organizational unit (OU) within a root or parent OU. An OU is a container for accounts that enables you to organize your accounts to apply policies according to your business requirements. The number of levels deep that you can nest OUs is dependent upon the policy types enabled for that root. For service control policies, the limit is five.

For more information about OUs, see Managing organizational units (OUs) (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html) in the Organizations User Guide.

If the request includes tags, then the requester must have the organizations:TagResource permission.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation CreateOrganizationalUnit for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • DuplicateOrganizationalUnitException An OU with the same name already exists.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ParentNotFoundException We can't find a root or OU with the ParentId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganizationalUnit

Example (Shared00)

To create a new organization unit The following example shows how to create an OU that is named AccountingOU. The new OU is directly under the root.:

Code:

svc := organizations.New(session.New())
input := &organizations.CreateOrganizationalUnitInput{
    Name:     aws.String("AccountingOU"),
    ParentId: aws.String("r-examplerootid111"),
}

result, err := svc.CreateOrganizationalUnit(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeDuplicateOrganizationalUnitException:
            fmt.Println(organizations.ErrCodeDuplicateOrganizationalUnitException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeParentNotFoundException:
            fmt.Println(organizations.ErrCodeParentNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) CreateOrganizationalUnitRequest

func (c *Organizations) CreateOrganizationalUnitRequest(input *CreateOrganizationalUnitInput) (req *request.Request, output *CreateOrganizationalUnitOutput)

CreateOrganizationalUnitRequest generates a "aws/request.Request" representing the client's request for the CreateOrganizationalUnit operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOrganizationalUnit for more information on using the CreateOrganizationalUnit API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOrganizationalUnitRequest method.
req, resp := client.CreateOrganizationalUnitRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganizationalUnit

func (*Organizations) CreateOrganizationalUnitWithContext

func (c *Organizations) CreateOrganizationalUnitWithContext(ctx aws.Context, input *CreateOrganizationalUnitInput, opts ...request.Option) (*CreateOrganizationalUnitOutput, error)

CreateOrganizationalUnitWithContext is the same as CreateOrganizationalUnit with the addition of the ability to pass a context and additional request options.

See CreateOrganizationalUnit for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) CreatePolicy

func (c *Organizations) CreatePolicy(input *CreatePolicyInput) (*CreatePolicyOutput, error)

CreatePolicy API operation for AWS Organizations.

Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual Amazon Web Services account.

For more information about policies and their use, see Managing Organizations policies (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html).

If the request includes tags, then the requester must have the organizations:TagResource permission.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation CreatePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • DuplicatePolicyException A policy with the same name already exists.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • MalformedPolicyDocumentException The provided policy document doesn't meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see SCP syntax (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html) in the Organizations User Guide.

  • PolicyTypeNotAvailableForOrganizationException You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable SCPs only after you enable all features in the organization. For more information, see Managing Organizations policies (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html#enable_policies_on_root)in the Organizations User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreatePolicy

Example (Shared00)

To create a service control policy The following example shows how to create a service control policy (SCP) that is named AllowAllS3Actions. The JSON string in the content parameter specifies the content in the policy. The parameter string is escaped with backslashes to ensure that the embedded double quotes in the JSON policy are treated as literals in the parameter, which itself is surrounded by double quotes:

Code:

svc := organizations.New(session.New())
input := &organizations.CreatePolicyInput{
    Content:     aws.String("{\\\"Version\\\":\\\"2012-10-17\\\",\\\"Statement\\\":{\\\"Effect\\\":\\\"Allow\\\",\\\"Action\\\":\\\"s3:*\\\"}}"),
    Description: aws.String("Enables admins of attached accounts to delegate all S3 permissions"),
    Name:        aws.String("AllowAllS3Actions"),
    Type:        aws.String("SERVICE_CONTROL_POLICY"),
}

result, err := svc.CreatePolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeDuplicatePolicyException:
            fmt.Println(organizations.ErrCodeDuplicatePolicyException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeMalformedPolicyDocumentException:
            fmt.Println(organizations.ErrCodeMalformedPolicyDocumentException, aerr.Error())
        case organizations.ErrCodePolicyTypeNotAvailableForOrganizationException:
            fmt.Println(organizations.ErrCodePolicyTypeNotAvailableForOrganizationException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) CreatePolicyRequest

func (c *Organizations) CreatePolicyRequest(input *CreatePolicyInput) (req *request.Request, output *CreatePolicyOutput)

CreatePolicyRequest generates a "aws/request.Request" representing the client's request for the CreatePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePolicy for more information on using the CreatePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePolicyRequest method.
req, resp := client.CreatePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreatePolicy

func (*Organizations) CreatePolicyWithContext

func (c *Organizations) CreatePolicyWithContext(ctx aws.Context, input *CreatePolicyInput, opts ...request.Option) (*CreatePolicyOutput, error)

CreatePolicyWithContext is the same as CreatePolicy with the addition of the ability to pass a context and additional request options.

See CreatePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DeclineHandshake

func (c *Organizations) DeclineHandshake(input *DeclineHandshakeInput) (*DeclineHandshakeOutput, error)

DeclineHandshake API operation for AWS Organizations.

Declines a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request.

This operation can be called only from the account that received the handshake. The originator of the handshake can use CancelHandshake instead. The originator can't reactivate a declined request, but can reinitiate the process with a new handshake request.

After you decline a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that, it's deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DeclineHandshake for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • HandshakeNotFoundException We can't find a handshake with the HandshakeId that you specified.

  • InvalidHandshakeTransitionException You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

  • HandshakeAlreadyInStateException The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeclineHandshake

Example (Shared00)

To decline a handshake sent from the master account The following example shows Susan declining an invitation to join Bill's organization. The DeclineHandshake operation returns a handshake object, showing that the state is now DECLINED:

Code:

svc := organizations.New(session.New())
input := &organizations.DeclineHandshakeInput{
    HandshakeId: aws.String("h-examplehandshakeid111"),
}

result, err := svc.DeclineHandshake(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeHandshakeNotFoundException:
            fmt.Println(organizations.ErrCodeHandshakeNotFoundException, aerr.Error())
        case organizations.ErrCodeInvalidHandshakeTransitionException:
            fmt.Println(organizations.ErrCodeInvalidHandshakeTransitionException, aerr.Error())
        case organizations.ErrCodeHandshakeAlreadyInStateException:
            fmt.Println(organizations.ErrCodeHandshakeAlreadyInStateException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DeclineHandshakeRequest

func (c *Organizations) DeclineHandshakeRequest(input *DeclineHandshakeInput) (req *request.Request, output *DeclineHandshakeOutput)

DeclineHandshakeRequest generates a "aws/request.Request" representing the client's request for the DeclineHandshake operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeclineHandshake for more information on using the DeclineHandshake API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeclineHandshakeRequest method.
req, resp := client.DeclineHandshakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeclineHandshake

func (*Organizations) DeclineHandshakeWithContext

func (c *Organizations) DeclineHandshakeWithContext(ctx aws.Context, input *DeclineHandshakeInput, opts ...request.Option) (*DeclineHandshakeOutput, error)

DeclineHandshakeWithContext is the same as DeclineHandshake with the addition of the ability to pass a context and additional request options.

See DeclineHandshake for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DeleteOrganization

func (c *Organizations) DeleteOrganization(input *DeleteOrganizationInput) (*DeleteOrganizationOutput, error)

DeleteOrganization API operation for AWS Organizations.

Deletes the organization. You can delete an organization only by using credentials from the management account. The organization must be empty of member accounts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DeleteOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • OrganizationNotEmptyException The organization isn't empty. To delete an organization, you must first remove all accounts except the management account.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeleteOrganization

func (*Organizations) DeleteOrganizationRequest

func (c *Organizations) DeleteOrganizationRequest(input *DeleteOrganizationInput) (req *request.Request, output *DeleteOrganizationOutput)

DeleteOrganizationRequest generates a "aws/request.Request" representing the client's request for the DeleteOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOrganization for more information on using the DeleteOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOrganizationRequest method.
req, resp := client.DeleteOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeleteOrganization

func (*Organizations) DeleteOrganizationWithContext

func (c *Organizations) DeleteOrganizationWithContext(ctx aws.Context, input *DeleteOrganizationInput, opts ...request.Option) (*DeleteOrganizationOutput, error)

DeleteOrganizationWithContext is the same as DeleteOrganization with the addition of the ability to pass a context and additional request options.

See DeleteOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DeleteOrganizationalUnit

func (c *Organizations) DeleteOrganizationalUnit(input *DeleteOrganizationalUnitInput) (*DeleteOrganizationalUnitOutput, error)

DeleteOrganizationalUnit API operation for AWS Organizations.

Deletes an organizational unit (OU) from a root or another OU. You must first remove all accounts and child OUs from the OU that you want to delete.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DeleteOrganizationalUnit for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • OrganizationalUnitNotEmptyException The specified OU is not empty. Move all accounts to another root or to other OUs, remove all child OUs, and try the operation again.

  • OrganizationalUnitNotFoundException We can't find an OU with the OrganizationalUnitId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeleteOrganizationalUnit

Example (Shared00)

To delete an organization unit The following example shows how to delete an OU. The example assumes that you previously removed all accounts and other OUs from the OU:

Code:

svc := organizations.New(session.New())
input := &organizations.DeleteOrganizationalUnitInput{
    OrganizationalUnitId: aws.String("ou-examplerootid111-exampleouid111"),
}

result, err := svc.DeleteOrganizationalUnit(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeOrganizationalUnitNotEmptyException:
            fmt.Println(organizations.ErrCodeOrganizationalUnitNotEmptyException, aerr.Error())
        case organizations.ErrCodeOrganizationalUnitNotFoundException:
            fmt.Println(organizations.ErrCodeOrganizationalUnitNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DeleteOrganizationalUnitRequest

func (c *Organizations) DeleteOrganizationalUnitRequest(input *DeleteOrganizationalUnitInput) (req *request.Request, output *DeleteOrganizationalUnitOutput)

DeleteOrganizationalUnitRequest generates a "aws/request.Request" representing the client's request for the DeleteOrganizationalUnit operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOrganizationalUnit for more information on using the DeleteOrganizationalUnit API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOrganizationalUnitRequest method.
req, resp := client.DeleteOrganizationalUnitRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeleteOrganizationalUnit

func (*Organizations) DeleteOrganizationalUnitWithContext

func (c *Organizations) DeleteOrganizationalUnitWithContext(ctx aws.Context, input *DeleteOrganizationalUnitInput, opts ...request.Option) (*DeleteOrganizationalUnitOutput, error)

DeleteOrganizationalUnitWithContext is the same as DeleteOrganizationalUnit with the addition of the ability to pass a context and additional request options.

See DeleteOrganizationalUnit for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DeletePolicy

func (c *Organizations) DeletePolicy(input *DeletePolicyInput) (*DeletePolicyOutput, error)

DeletePolicy API operation for AWS Organizations.

Deletes the specified policy from your organization. Before you perform this operation, you must first detach the policy from all organizational units (OUs), roots, and accounts.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DeletePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • PolicyInUseException The policy is attached to one or more entities. You must detach it from all roots, OUs, and accounts before performing this operation.

  • PolicyNotFoundException We can't find a policy with the PolicyId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeletePolicy

Example (Shared00)

To delete a policy The following example shows how to delete a policy from an organization. The example assumes that you previously detached the policy from all entities:

Code:

svc := organizations.New(session.New())
input := &organizations.DeletePolicyInput{
    PolicyId: aws.String("p-examplepolicyid111"),
}

result, err := svc.DeletePolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyInUseException:
            fmt.Println(organizations.ErrCodePolicyInUseException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DeletePolicyRequest

func (c *Organizations) DeletePolicyRequest(input *DeletePolicyInput) (req *request.Request, output *DeletePolicyOutput)

DeletePolicyRequest generates a "aws/request.Request" representing the client's request for the DeletePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePolicy for more information on using the DeletePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePolicyRequest method.
req, resp := client.DeletePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeletePolicy

func (*Organizations) DeletePolicyWithContext

func (c *Organizations) DeletePolicyWithContext(ctx aws.Context, input *DeletePolicyInput, opts ...request.Option) (*DeletePolicyOutput, error)

DeletePolicyWithContext is the same as DeletePolicy with the addition of the ability to pass a context and additional request options.

See DeletePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DeleteResourcePolicy

func (c *Organizations) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)

DeleteResourcePolicy API operation for AWS Organizations.

Deletes the resource policy from your organization.

You can only call this operation from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DeleteResourcePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • AWSOrganizationsNotInUseException 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.

  • ResourcePolicyNotFoundException We can't find a resource policy request with the parameter that you specified.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeleteResourcePolicy

func (*Organizations) DeleteResourcePolicyRequest

func (c *Organizations) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)

DeleteResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteResourcePolicy for more information on using the DeleteResourcePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteResourcePolicyRequest method.
req, resp := client.DeleteResourcePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeleteResourcePolicy

func (*Organizations) DeleteResourcePolicyWithContext

func (c *Organizations) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)

DeleteResourcePolicyWithContext is the same as DeleteResourcePolicy with the addition of the ability to pass a context and additional request options.

See DeleteResourcePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DeregisterDelegatedAdministrator

func (c *Organizations) DeregisterDelegatedAdministrator(input *DeregisterDelegatedAdministratorInput) (*DeregisterDelegatedAdministratorOutput, error)

DeregisterDelegatedAdministrator API operation for AWS Organizations.

Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon Web Services service.

Deregistering a delegated administrator can have unintended impacts on the functionality of the enabled Amazon Web Services service. See the documentation for the enabled service before you deregister a delegated administrator so that you understand any potential impacts.

You can run this action only for Amazon Web Services services that support this feature. For a current list of services that support it, see the column Supports Delegated Administrator in the table at Amazon Web Services Services that you can use with Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html) in the Organizations User Guide.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DeregisterDelegatedAdministrator for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • AccountNotRegisteredException The specified account is not a delegated administrator for this Amazon Web Services service.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeregisterDelegatedAdministrator

func (*Organizations) DeregisterDelegatedAdministratorRequest

func (c *Organizations) DeregisterDelegatedAdministratorRequest(input *DeregisterDelegatedAdministratorInput) (req *request.Request, output *DeregisterDelegatedAdministratorOutput)

DeregisterDelegatedAdministratorRequest generates a "aws/request.Request" representing the client's request for the DeregisterDelegatedAdministrator operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterDelegatedAdministrator for more information on using the DeregisterDelegatedAdministrator API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterDelegatedAdministratorRequest method.
req, resp := client.DeregisterDelegatedAdministratorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeregisterDelegatedAdministrator

func (*Organizations) DeregisterDelegatedAdministratorWithContext

func (c *Organizations) DeregisterDelegatedAdministratorWithContext(ctx aws.Context, input *DeregisterDelegatedAdministratorInput, opts ...request.Option) (*DeregisterDelegatedAdministratorOutput, error)

DeregisterDelegatedAdministratorWithContext is the same as DeregisterDelegatedAdministrator with the addition of the ability to pass a context and additional request options.

See DeregisterDelegatedAdministrator for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribeAccount

func (c *Organizations) DescribeAccount(input *DescribeAccountInput) (*DescribeAccountOutput, error)

DescribeAccount API operation for AWS Organizations.

Retrieves Organizations-related information about the specified account.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribeAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeAccount

Example (Shared00)

To get the details about an account The following example shows a user in the master account (111111111111) asking for details about account 555555555555:

Code:

svc := organizations.New(session.New())
input := &organizations.DescribeAccountInput{
    AccountId: aws.String("555555555555"),
}

result, err := svc.DescribeAccount(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAccountNotFoundException:
            fmt.Println(organizations.ErrCodeAccountNotFoundException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DescribeAccountRequest

func (c *Organizations) DescribeAccountRequest(input *DescribeAccountInput) (req *request.Request, output *DescribeAccountOutput)

DescribeAccountRequest generates a "aws/request.Request" representing the client's request for the DescribeAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccount for more information on using the DescribeAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountRequest method.
req, resp := client.DescribeAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeAccount

func (*Organizations) DescribeAccountWithContext

func (c *Organizations) DescribeAccountWithContext(ctx aws.Context, input *DescribeAccountInput, opts ...request.Option) (*DescribeAccountOutput, error)

DescribeAccountWithContext is the same as DescribeAccount with the addition of the ability to pass a context and additional request options.

See DescribeAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribeCreateAccountStatus

func (c *Organizations) DescribeCreateAccountStatus(input *DescribeCreateAccountStatusInput) (*DescribeCreateAccountStatusOutput, error)

DescribeCreateAccountStatus API operation for AWS Organizations.

Retrieves the current status of an asynchronous request to create an account.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribeCreateAccountStatus for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • CreateAccountStatusNotFoundException We can't find an create account request with the CreateAccountRequestId that you specified.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeCreateAccountStatus

Example (Shared00)

To get information about a request to create an account The following example shows how to request the status about a previous request to create an account in an organization. This operation can be called only by a principal from the organization's master account. In the example, the specified "createAccountRequestId" comes from the response of the original call to "CreateAccount":

Code:

svc := organizations.New(session.New())
input := &organizations.DescribeCreateAccountStatusInput{
    CreateAccountRequestId: aws.String("car-exampleaccountcreationrequestid"),
}

result, err := svc.DescribeCreateAccountStatus(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeCreateAccountStatusNotFoundException:
            fmt.Println(organizations.ErrCodeCreateAccountStatusNotFoundException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DescribeCreateAccountStatusRequest

func (c *Organizations) DescribeCreateAccountStatusRequest(input *DescribeCreateAccountStatusInput) (req *request.Request, output *DescribeCreateAccountStatusOutput)

DescribeCreateAccountStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeCreateAccountStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeCreateAccountStatus for more information on using the DescribeCreateAccountStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeCreateAccountStatusRequest method.
req, resp := client.DescribeCreateAccountStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeCreateAccountStatus

func (*Organizations) DescribeCreateAccountStatusWithContext

func (c *Organizations) DescribeCreateAccountStatusWithContext(ctx aws.Context, input *DescribeCreateAccountStatusInput, opts ...request.Option) (*DescribeCreateAccountStatusOutput, error)

DescribeCreateAccountStatusWithContext is the same as DescribeCreateAccountStatus with the addition of the ability to pass a context and additional request options.

See DescribeCreateAccountStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribeEffectivePolicy

func (c *Organizations) DescribeEffectivePolicy(input *DescribeEffectivePolicyInput) (*DescribeEffectivePolicyOutput, error)

DescribeEffectivePolicy API operation for AWS Organizations.

Returns the contents of the effective policy for specified policy type and account. The effective policy is the aggregation of any policies of the specified type that the account inherits, plus any policy of that type that is directly attached to the account.

This operation applies only to policy types other than service control policies (SCPs).

For more information about policy inheritance, see Understanding management policy inheritance (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inheritance_mgmt.html) in the Organizations User Guide.

This operation can be called from any account in the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribeEffectivePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • TargetNotFoundException We can't find a root, OU, account, or policy with the TargetId that you specified.

  • EffectivePolicyNotFoundException If you ran this action on the management account, this policy type is not enabled. If you ran the action on a member account, the account doesn't have an effective policy of this type. Contact the administrator of your organization about attaching a policy of this type to the account.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicy

func (*Organizations) DescribeEffectivePolicyRequest

func (c *Organizations) DescribeEffectivePolicyRequest(input *DescribeEffectivePolicyInput) (req *request.Request, output *DescribeEffectivePolicyOutput)

DescribeEffectivePolicyRequest generates a "aws/request.Request" representing the client's request for the DescribeEffectivePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEffectivePolicy for more information on using the DescribeEffectivePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEffectivePolicyRequest method.
req, resp := client.DescribeEffectivePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicy

func (*Organizations) DescribeEffectivePolicyWithContext

func (c *Organizations) DescribeEffectivePolicyWithContext(ctx aws.Context, input *DescribeEffectivePolicyInput, opts ...request.Option) (*DescribeEffectivePolicyOutput, error)

DescribeEffectivePolicyWithContext is the same as DescribeEffectivePolicy with the addition of the ability to pass a context and additional request options.

See DescribeEffectivePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribeHandshake

func (c *Organizations) DescribeHandshake(input *DescribeHandshakeInput) (*DescribeHandshakeOutput, error)

DescribeHandshake API operation for AWS Organizations.

Retrieves information about a previously requested handshake. The handshake ID comes from the response to the original InviteAccountToOrganization operation that generated the handshake.

You can access handshakes that are ACCEPTED, DECLINED, or CANCELED for only 30 days after they change to that state. They're then deleted and no longer accessible.

This operation can be called from any account in the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribeHandshake for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • HandshakeNotFoundException We can't find a handshake with the HandshakeId that you specified.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeHandshake

Example (Shared00)

To get information about a handshake The following example shows you how to request details about a handshake. The handshake ID comes either from the original call to "InviteAccountToOrganization", or from a call to "ListHandshakesForAccount" or "ListHandshakesForOrganization":

Code:

svc := organizations.New(session.New())
input := &organizations.DescribeHandshakeInput{
    HandshakeId: aws.String("h-examplehandshakeid111"),
}

result, err := svc.DescribeHandshake(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeHandshakeNotFoundException:
            fmt.Println(organizations.ErrCodeHandshakeNotFoundException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DescribeHandshakeRequest

func (c *Organizations) DescribeHandshakeRequest(input *DescribeHandshakeInput) (req *request.Request, output *DescribeHandshakeOutput)

DescribeHandshakeRequest generates a "aws/request.Request" representing the client's request for the DescribeHandshake operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeHandshake for more information on using the DescribeHandshake API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeHandshakeRequest method.
req, resp := client.DescribeHandshakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeHandshake

func (*Organizations) DescribeHandshakeWithContext

func (c *Organizations) DescribeHandshakeWithContext(ctx aws.Context, input *DescribeHandshakeInput, opts ...request.Option) (*DescribeHandshakeOutput, error)

DescribeHandshakeWithContext is the same as DescribeHandshake with the addition of the ability to pass a context and additional request options.

See DescribeHandshake for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribeOrganization

func (c *Organizations) DescribeOrganization(input *DescribeOrganizationInput) (*DescribeOrganizationOutput, error)

DescribeOrganization API operation for AWS Organizations.

Retrieves information about the organization that the user's account belongs to.

This operation can be called from any account in the organization.

Even if a policy type is shown as available in the organization, you can disable it separately at the root level with DisablePolicyType. Use ListRoots to see the status of policy types for a specified root.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribeOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization

Example (Shared00)

To get information about an organization The following example shows how to request information about the current user's organization:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.DescribeOrganizationInput{}

result, err := svc.DescribeOrganization(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DescribeOrganizationRequest

func (c *Organizations) DescribeOrganizationRequest(input *DescribeOrganizationInput) (req *request.Request, output *DescribeOrganizationOutput)

DescribeOrganizationRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganization for more information on using the DescribeOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationRequest method.
req, resp := client.DescribeOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization

func (*Organizations) DescribeOrganizationWithContext

func (c *Organizations) DescribeOrganizationWithContext(ctx aws.Context, input *DescribeOrganizationInput, opts ...request.Option) (*DescribeOrganizationOutput, error)

DescribeOrganizationWithContext is the same as DescribeOrganization with the addition of the ability to pass a context and additional request options.

See DescribeOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribeOrganizationalUnit

func (c *Organizations) DescribeOrganizationalUnit(input *DescribeOrganizationalUnitInput) (*DescribeOrganizationalUnitOutput, error)

DescribeOrganizationalUnit API operation for AWS Organizations.

Retrieves information about an organizational unit (OU).

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribeOrganizationalUnit for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • OrganizationalUnitNotFoundException We can't find an OU with the OrganizationalUnitId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganizationalUnit

Example (Shared00)

To get information about an organizational unit The following example shows how to request details about an OU:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.DescribeOrganizationalUnitInput{
    OrganizationalUnitId: aws.String("ou-examplerootid111-exampleouid111"),
}

result, err := svc.DescribeOrganizationalUnit(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeOrganizationalUnitNotFoundException:
            fmt.Println(organizations.ErrCodeOrganizationalUnitNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DescribeOrganizationalUnitRequest

func (c *Organizations) DescribeOrganizationalUnitRequest(input *DescribeOrganizationalUnitInput) (req *request.Request, output *DescribeOrganizationalUnitOutput)

DescribeOrganizationalUnitRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationalUnit operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationalUnit for more information on using the DescribeOrganizationalUnit API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationalUnitRequest method.
req, resp := client.DescribeOrganizationalUnitRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganizationalUnit

func (*Organizations) DescribeOrganizationalUnitWithContext

func (c *Organizations) DescribeOrganizationalUnitWithContext(ctx aws.Context, input *DescribeOrganizationalUnitInput, opts ...request.Option) (*DescribeOrganizationalUnitOutput, error)

DescribeOrganizationalUnitWithContext is the same as DescribeOrganizationalUnit with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationalUnit for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribePolicy

func (c *Organizations) DescribePolicy(input *DescribePolicyInput) (*DescribePolicyOutput, error)

DescribePolicy API operation for AWS Organizations.

Retrieves information about a policy.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • PolicyNotFoundException We can't find a policy with the PolicyId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribePolicy

Example (Shared00)

To get information about a policy The following example shows how to request information about a policy:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.DescribePolicyInput{
    PolicyId: aws.String("p-examplepolicyid111"),
}

result, err := svc.DescribePolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DescribePolicyRequest

func (c *Organizations) DescribePolicyRequest(input *DescribePolicyInput) (req *request.Request, output *DescribePolicyOutput)

DescribePolicyRequest generates a "aws/request.Request" representing the client's request for the DescribePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePolicy for more information on using the DescribePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePolicyRequest method.
req, resp := client.DescribePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribePolicy

func (*Organizations) DescribePolicyWithContext

func (c *Organizations) DescribePolicyWithContext(ctx aws.Context, input *DescribePolicyInput, opts ...request.Option) (*DescribePolicyOutput, error)

DescribePolicyWithContext is the same as DescribePolicy with the addition of the ability to pass a context and additional request options.

See DescribePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DescribeResourcePolicy

func (c *Organizations) DescribeResourcePolicy(input *DescribeResourcePolicyInput) (*DescribeResourcePolicyOutput, error)

DescribeResourcePolicy API operation for AWS Organizations.

Retrieves information about a resource policy.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DescribeResourcePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ResourcePolicyNotFoundException We can't find a resource policy request with the parameter that you specified.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeResourcePolicy

func (*Organizations) DescribeResourcePolicyRequest

func (c *Organizations) DescribeResourcePolicyRequest(input *DescribeResourcePolicyInput) (req *request.Request, output *DescribeResourcePolicyOutput)

DescribeResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the DescribeResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeResourcePolicy for more information on using the DescribeResourcePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeResourcePolicyRequest method.
req, resp := client.DescribeResourcePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeResourcePolicy

func (*Organizations) DescribeResourcePolicyWithContext

func (c *Organizations) DescribeResourcePolicyWithContext(ctx aws.Context, input *DescribeResourcePolicyInput, opts ...request.Option) (*DescribeResourcePolicyOutput, error)

DescribeResourcePolicyWithContext is the same as DescribeResourcePolicy with the addition of the ability to pass a context and additional request options.

See DescribeResourcePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DetachPolicy

func (c *Organizations) DetachPolicy(input *DetachPolicyInput) (*DetachPolicyOutput, error)

DetachPolicy API operation for AWS Organizations.

Detaches a policy from a target root, organizational unit (OU), or account.

If the policy being detached is a service control policy (SCP), the changes to permissions for Identity and Access Management (IAM) users and roles in affected accounts are immediate.

Every root, OU, and account must have at least one SCP attached. If you want to replace the default FullAWSAccess policy with an SCP that limits the permissions that can be delegated, you must attach the replacement SCP before you can remove the default SCP. This is the authorization strategy of an "allow list (https://docs.aws.amazon.com/organizations/latest/userguide/SCP_strategies.html#orgs_policies_allowlist)". If you instead attach a second SCP and leave the FullAWSAccess SCP still attached, and specify "Effect": "Deny" in the second SCP to override the "Effect": "Allow" in the FullAWSAccess policy (or any other attached SCP), you're using the authorization strategy of a "deny list (https://docs.aws.amazon.com/organizations/latest/userguide/SCP_strategies.html#orgs_policies_denylist)".

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DetachPolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • PolicyNotAttachedException The policy isn't attached to the specified target in the specified root.

  • PolicyNotFoundException We can't find a policy with the PolicyId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TargetNotFoundException We can't find a root, OU, account, or policy with the TargetId that you specified.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • PolicyChangesInProgressException Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DetachPolicy

Example (Shared00)

To detach a policy from a root, OU, or account The following example shows how to detach a policy from an OU:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.DetachPolicyInput{
    PolicyId: aws.String("p-examplepolicyid111"),
    TargetId: aws.String("ou-examplerootid111-exampleouid111"),
}

result, err := svc.DetachPolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyNotAttachedException:
            fmt.Println(organizations.ErrCodePolicyNotAttachedException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTargetNotFoundException:
            fmt.Println(organizations.ErrCodeTargetNotFoundException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        case organizations.ErrCodePolicyChangesInProgressException:
            fmt.Println(organizations.ErrCodePolicyChangesInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DetachPolicyRequest

func (c *Organizations) DetachPolicyRequest(input *DetachPolicyInput) (req *request.Request, output *DetachPolicyOutput)

DetachPolicyRequest generates a "aws/request.Request" representing the client's request for the DetachPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DetachPolicy for more information on using the DetachPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DetachPolicyRequest method.
req, resp := client.DetachPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DetachPolicy

func (*Organizations) DetachPolicyWithContext

func (c *Organizations) DetachPolicyWithContext(ctx aws.Context, input *DetachPolicyInput, opts ...request.Option) (*DetachPolicyOutput, error)

DetachPolicyWithContext is the same as DetachPolicy with the addition of the ability to pass a context and additional request options.

See DetachPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DisableAWSServiceAccess

func (c *Organizations) DisableAWSServiceAccess(input *DisableAWSServiceAccessInput) (*DisableAWSServiceAccessOutput, error)

DisableAWSServiceAccess API operation for AWS Organizations.

Disables the integration of an Amazon Web Services service (the service that is specified by ServicePrincipal) with Organizations. When you disable integration, the specified service no longer can create a service-linked role (https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) in new accounts in your organization. This means the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Organizations.

We strongly recommend that you don't use this command to disable integration between Organizations and the specified Amazon Web Services service. Instead, use the console or commands that are provided by the specified service. This lets the trusted service perform any required initialization when enabling trusted access, such as creating any required resources and any required clean up of resources when disabling trusted access.

For information about how to disable trusted service access to your organization using the trusted service, see the Learn more link under the Supports Trusted Access column at Amazon Web Services services that you can use with Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html). on this page.

If you disable access by using this command, it causes the following actions to occur:

  • The service can no longer create a service-linked role in the accounts in your organization. This means that the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Organizations.

  • The service can no longer perform tasks in the member accounts in the organization, unless those operations are explicitly permitted by the IAM policies that are attached to your roles. This includes any data aggregation from the member accounts to the management account, or to a delegated administrator account, where relevant.

  • Some services detect this and clean up any remaining data or resources related to the integration, while other services stop accessing the organization but leave any historical data and configuration in place to support a possible re-enabling of the integration.

Using the other service's console or commands to disable the integration ensures that the other service is aware that it can clean up any resources that are required only for the integration. How the service cleans up its resources in the organization's accounts depends on that service. For more information, see the documentation for the other Amazon Web Services service.

After you perform the DisableAWSServiceAccess operation, the specified service can no longer perform operations in your organization's accounts

For more information about integrating other services with Organizations, including the list of services that work with Organizations, see Using Organizations with other Amazon Web Services services (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html) in the Organizations User Guide.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DisableAWSServiceAccess for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisableAWSServiceAccess

func (*Organizations) DisableAWSServiceAccessRequest

func (c *Organizations) DisableAWSServiceAccessRequest(input *DisableAWSServiceAccessInput) (req *request.Request, output *DisableAWSServiceAccessOutput)

DisableAWSServiceAccessRequest generates a "aws/request.Request" representing the client's request for the DisableAWSServiceAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisableAWSServiceAccess for more information on using the DisableAWSServiceAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisableAWSServiceAccessRequest method.
req, resp := client.DisableAWSServiceAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisableAWSServiceAccess

func (*Organizations) DisableAWSServiceAccessWithContext

func (c *Organizations) DisableAWSServiceAccessWithContext(ctx aws.Context, input *DisableAWSServiceAccessInput, opts ...request.Option) (*DisableAWSServiceAccessOutput, error)

DisableAWSServiceAccessWithContext is the same as DisableAWSServiceAccess with the addition of the ability to pass a context and additional request options.

See DisableAWSServiceAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) DisablePolicyType

func (c *Organizations) DisablePolicyType(input *DisablePolicyTypeInput) (*DisablePolicyTypeOutput, error)

DisablePolicyType API operation for AWS Organizations.

Disables an organizational policy type in a root. A policy of a certain type can be attached to entities in a root only if that type is enabled in the root. After you perform this operation, you no longer can attach policies of the specified type to that root or to any organizational unit (OU) or account in that root. You can undo this by using the EnablePolicyType operation.

This is an asynchronous request that Amazon Web Services performs in the background. If you disable a policy type for a root, it still appears enabled for the organization if all features (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html) are enabled for the organization. Amazon Web Services recommends that you first use ListRoots to see the status of policy types for a specified root, and then use this operation.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

To view the status of available policy types in the organization, use DescribeOrganization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation DisablePolicyType for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • PolicyTypeNotEnabledException The specified policy type isn't currently enabled in this root. You can't attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling all features in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html) in the Organizations User Guide.

  • RootNotFoundException We can't find a root with the RootId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • PolicyChangesInProgressException Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType

Example (Shared00)

To disable a policy type in a root The following example shows how to disable the service control policy (SCP) policy type in a root. The response shows that the PolicyTypes response element no longer includes SERVICE_CONTROL_POLICY:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.DisablePolicyTypeInput{
    PolicyType: aws.String("SERVICE_CONTROL_POLICY"),
    RootId:     aws.String("r-examplerootid111"),
}

result, err := svc.DisablePolicyType(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyTypeNotEnabledException:
            fmt.Println(organizations.ErrCodePolicyTypeNotEnabledException, aerr.Error())
        case organizations.ErrCodeRootNotFoundException:
            fmt.Println(organizations.ErrCodeRootNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        case organizations.ErrCodePolicyChangesInProgressException:
            fmt.Println(organizations.ErrCodePolicyChangesInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) DisablePolicyTypeRequest

func (c *Organizations) DisablePolicyTypeRequest(input *DisablePolicyTypeInput) (req *request.Request, output *DisablePolicyTypeOutput)

DisablePolicyTypeRequest generates a "aws/request.Request" representing the client's request for the DisablePolicyType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisablePolicyType for more information on using the DisablePolicyType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisablePolicyTypeRequest method.
req, resp := client.DisablePolicyTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType

func (*Organizations) DisablePolicyTypeWithContext

func (c *Organizations) DisablePolicyTypeWithContext(ctx aws.Context, input *DisablePolicyTypeInput, opts ...request.Option) (*DisablePolicyTypeOutput, error)

DisablePolicyTypeWithContext is the same as DisablePolicyType with the addition of the ability to pass a context and additional request options.

See DisablePolicyType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) EnableAWSServiceAccess

func (c *Organizations) EnableAWSServiceAccess(input *EnableAWSServiceAccessInput) (*EnableAWSServiceAccessOutput, error)

EnableAWSServiceAccess API operation for AWS Organizations.

Enables the integration of an Amazon Web Services service (the service that is specified by ServicePrincipal) with Organizations. When you enable integration, you allow the specified service to create a service-linked role (https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) in all the accounts in your organization. This allows the service to perform operations on your behalf in your organization and its accounts.

We recommend that you enable integration between Organizations and the specified Amazon Web Services service by using the console or commands that are provided by the specified service. Doing so ensures that the service is aware that it can create the resources that are required for the integration. How the service creates those resources in the organization's accounts depends on that service. For more information, see the documentation for the other Amazon Web Services service.

For more information about enabling services to integrate with Organizations, see Using Organizations with other Amazon Web Services services (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html) in the Organizations User Guide.

You can only call this operation from the organization's management account and only if the organization has enabled all features (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation EnableAWSServiceAccess for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnableAWSServiceAccess

func (*Organizations) EnableAWSServiceAccessRequest

func (c *Organizations) EnableAWSServiceAccessRequest(input *EnableAWSServiceAccessInput) (req *request.Request, output *EnableAWSServiceAccessOutput)

EnableAWSServiceAccessRequest generates a "aws/request.Request" representing the client's request for the EnableAWSServiceAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See EnableAWSServiceAccess for more information on using the EnableAWSServiceAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the EnableAWSServiceAccessRequest method.
req, resp := client.EnableAWSServiceAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnableAWSServiceAccess

func (*Organizations) EnableAWSServiceAccessWithContext

func (c *Organizations) EnableAWSServiceAccessWithContext(ctx aws.Context, input *EnableAWSServiceAccessInput, opts ...request.Option) (*EnableAWSServiceAccessOutput, error)

EnableAWSServiceAccessWithContext is the same as EnableAWSServiceAccess with the addition of the ability to pass a context and additional request options.

See EnableAWSServiceAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) EnableAllFeatures

func (c *Organizations) EnableAllFeatures(input *EnableAllFeaturesInput) (*EnableAllFeaturesOutput, error)

EnableAllFeatures API operation for AWS Organizations.

Enables all features in an organization. This enables the use of organization policies that can restrict the services and actions that can be called in each account. Until you enable all features, you have access only to consolidated billing, and you can't use any of the advanced account administration features that Organizations supports. For more information, see Enabling all features in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html) in the Organizations User Guide.

This operation is required only for organizations that were created explicitly with only the consolidated billing features enabled. Calling this operation sends a handshake to every invited account in the organization. The feature set change can be finalized and the additional features enabled only after all administrators in the invited accounts approve the change by accepting the handshake.

After you enable all features, you can separately enable or disable individual policy types in a root using EnablePolicyType and DisablePolicyType. To see the status of policy types in a root, use ListRoots.

After all invited member accounts accept the handshake, you finalize the feature set change by accepting the handshake that contains "Action": "ENABLE_ALL_FEATURES". This completes the change.

After you enable all features in your organization, the management account in the organization can apply policies on all member accounts. These policies can restrict what users and even administrators in those accounts can do. The management account can apply policies that prevent accounts from leaving the organization. Ensure that your account administrators are aware of this.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation EnableAllFeatures for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • HandshakeConstraintViolationException The requested operation would violate the constraint identified in the reason code.

    Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit. If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: The handshake request is invalid because the organization has already started the process to enable all features.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnableAllFeatures

Example (Shared00)

To enable all features in an organization This example shows the administrator asking all the invited accounts in the organization to approve enabling all features in the organization. AWS Organizations sends an email to the address that is registered with every invited member account asking the owner to approve the change by accepting the handshake that is sent. After all invited member accounts accept the handshake, the organization administrator can finalize the change to enable all features, and those with appropriate permissions can create policies and apply them to roots, OUs, and accounts:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.EnableAllFeaturesInput{}

result, err := svc.EnableAllFeatures(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeHandshakeConstraintViolationException:
            fmt.Println(organizations.ErrCodeHandshakeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) EnableAllFeaturesRequest

func (c *Organizations) EnableAllFeaturesRequest(input *EnableAllFeaturesInput) (req *request.Request, output *EnableAllFeaturesOutput)

EnableAllFeaturesRequest generates a "aws/request.Request" representing the client's request for the EnableAllFeatures operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See EnableAllFeatures for more information on using the EnableAllFeatures API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the EnableAllFeaturesRequest method.
req, resp := client.EnableAllFeaturesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnableAllFeatures

func (*Organizations) EnableAllFeaturesWithContext

func (c *Organizations) EnableAllFeaturesWithContext(ctx aws.Context, input *EnableAllFeaturesInput, opts ...request.Option) (*EnableAllFeaturesOutput, error)

EnableAllFeaturesWithContext is the same as EnableAllFeatures with the addition of the ability to pass a context and additional request options.

See EnableAllFeatures for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) EnablePolicyType

func (c *Organizations) EnablePolicyType(input *EnablePolicyTypeInput) (*EnablePolicyTypeOutput, error)

EnablePolicyType API operation for AWS Organizations.

Enables a policy type in a root. After you enable a policy type in a root, you can attach policies of that type to the root, any organizational unit (OU), or account in that root. You can undo this by using the DisablePolicyType operation.

This is an asynchronous request that Amazon Web Services performs in the background. Amazon Web Services recommends that you first use ListRoots to see the status of policy types for a specified root, and then use this operation.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

You can enable a policy type in a root only if that policy type is available in the organization. To view the status of available policy types in the organization, use DescribeOrganization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation EnablePolicyType for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • PolicyTypeAlreadyEnabledException The specified policy type is already enabled in the specified root.

  • RootNotFoundException We can't find a root with the RootId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • PolicyTypeNotAvailableForOrganizationException You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable SCPs only after you enable all features in the organization. For more information, see Managing Organizations policies (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html#enable_policies_on_root)in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • PolicyChangesInProgressException Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType

Example (Shared00)

To enable a policy type in a root The following example shows how to enable the service control policy (SCP) policy type in a root. The output shows a root object with a PolicyTypes response element showing that SCPs are now enabled:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.EnablePolicyTypeInput{
    PolicyType: aws.String("SERVICE_CONTROL_POLICY"),
    RootId:     aws.String("r-examplerootid111"),
}

result, err := svc.EnablePolicyType(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyTypeAlreadyEnabledException:
            fmt.Println(organizations.ErrCodePolicyTypeAlreadyEnabledException, aerr.Error())
        case organizations.ErrCodeRootNotFoundException:
            fmt.Println(organizations.ErrCodeRootNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodePolicyTypeNotAvailableForOrganizationException:
            fmt.Println(organizations.ErrCodePolicyTypeNotAvailableForOrganizationException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        case organizations.ErrCodePolicyChangesInProgressException:
            fmt.Println(organizations.ErrCodePolicyChangesInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) EnablePolicyTypeRequest

func (c *Organizations) EnablePolicyTypeRequest(input *EnablePolicyTypeInput) (req *request.Request, output *EnablePolicyTypeOutput)

EnablePolicyTypeRequest generates a "aws/request.Request" representing the client's request for the EnablePolicyType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See EnablePolicyType for more information on using the EnablePolicyType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the EnablePolicyTypeRequest method.
req, resp := client.EnablePolicyTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType

func (*Organizations) EnablePolicyTypeWithContext

func (c *Organizations) EnablePolicyTypeWithContext(ctx aws.Context, input *EnablePolicyTypeInput, opts ...request.Option) (*EnablePolicyTypeOutput, error)

EnablePolicyTypeWithContext is the same as EnablePolicyType with the addition of the ability to pass a context and additional request options.

See EnablePolicyType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) InviteAccountToOrganization

func (c *Organizations) InviteAccountToOrganization(input *InviteAccountToOrganizationInput) (*InviteAccountToOrganizationOutput, error)

InviteAccountToOrganization API operation for AWS Organizations.

Sends an invitation to another account to join your organization as a member account. Organizations sends email on your behalf to the email address that is associated with the other account's owner. The invitation is implemented as a Handshake whose details are in the response.

  • You can invite Amazon Web Services accounts only from the same seller as the management account. For example, if your organization's management account was created by Amazon Internet Services Pvt. Ltd (AISPL), an Amazon Web Services seller in India, you can invite only other AISPL accounts to your organization. You can't combine accounts from AISPL and Amazon Web Services or from any other Amazon Web Services seller. For more information, see Consolidated billing in India (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/useconsolidatedbilling-India.html).

  • If you receive an exception that indicates that you exceeded your account limits for the organization or that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists after an hour, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

If the request includes tags, then the requester must have the organizations:TagResource permission.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation InviteAccountToOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • AccountOwnerNotVerifiedException You can't invite an existing account to your organization until you verify that you own the email address associated with the management account. For more information, see Email address verification (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_create.html#about-email-verification) in the Organizations User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • HandshakeConstraintViolationException The requested operation would violate the constraint identified in the reason code.

    Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit. If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: The handshake request is invalid because the organization has already started the process to enable all features.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

  • DuplicateHandshakeException A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • FinalizingOrganizationException 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 (https://console.aws.amazon.com/support/home#/).

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/InviteAccountToOrganization

Example (Shared00)

To invite an account to join an organization The following example shows the admin of the master account owned by bill@example.com inviting the account owned by juan@example.com to join an organization.

Code:

svc := organizations.New(session.New())
input := &organizations.InviteAccountToOrganizationInput{
    Notes: aws.String("This is a request for Juan's account to join Bill's organization"),
    Target: &organizations.HandshakeParty{
        Id:   aws.String("juan@example.com"),
        Type: aws.String("EMAIL"),
    },
}

result, err := svc.InviteAccountToOrganization(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeAccountOwnerNotVerifiedException:
            fmt.Println(organizations.ErrCodeAccountOwnerNotVerifiedException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeHandshakeConstraintViolationException:
            fmt.Println(organizations.ErrCodeHandshakeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeDuplicateHandshakeException:
            fmt.Println(organizations.ErrCodeDuplicateHandshakeException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeFinalizingOrganizationException:
            fmt.Println(organizations.ErrCodeFinalizingOrganizationException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) InviteAccountToOrganizationRequest

func (c *Organizations) InviteAccountToOrganizationRequest(input *InviteAccountToOrganizationInput) (req *request.Request, output *InviteAccountToOrganizationOutput)

InviteAccountToOrganizationRequest generates a "aws/request.Request" representing the client's request for the InviteAccountToOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See InviteAccountToOrganization for more information on using the InviteAccountToOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the InviteAccountToOrganizationRequest method.
req, resp := client.InviteAccountToOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/InviteAccountToOrganization

func (*Organizations) InviteAccountToOrganizationWithContext

func (c *Organizations) InviteAccountToOrganizationWithContext(ctx aws.Context, input *InviteAccountToOrganizationInput, opts ...request.Option) (*InviteAccountToOrganizationOutput, error)

InviteAccountToOrganizationWithContext is the same as InviteAccountToOrganization with the addition of the ability to pass a context and additional request options.

See InviteAccountToOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) LeaveOrganization

func (c *Organizations) LeaveOrganization(input *LeaveOrganizationInput) (*LeaveOrganizationOutput, error)

LeaveOrganization API operation for AWS Organizations.

Removes a member account from its parent organization. This version of the operation is performed by the account that wants to leave. To remove a member account as a user in the management account, use RemoveAccountFromOrganization instead.

This operation can be called only from a member account in the organization.

  • The management account in an organization with all features enabled can set service control policies (SCPs) that can restrict what administrators of member accounts can do. This includes preventing them from successfully calling LeaveOrganization and leaving the organization.

  • You can leave an organization as a member account only if the account is configured with the information required to operate as a standalone account. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required of standalone accounts is not automatically collected. For each account that you want to make standalone, you must perform the following steps. If any of the steps are already completed for this account, that step doesn't appear. Choose a support plan Provide and verify the required contact information Provide a current payment method Amazon Web Services uses the payment method to charge for any billable (not free tier) Amazon Web Services activity that occurs while the account isn't attached to an organization. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • The account that you want to leave must not be a delegated administrator account for any Amazon Web Services service enabled for your organization. If the account is a delegated administrator, you must first change the delegated administrator account to another account that is remaining in the organization.

  • You can leave an organization only after you enable IAM user access to billing in your account. For more information, see About IAM access to the Billing and Cost Management console (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate) in the Amazon Web Services Billing and Cost Management User Guide.

  • After the account leaves the organization, all tags that were attached to the account object in the organization are deleted. Amazon Web Services accounts outside of an organization do not support tags.

  • A newly created account has a waiting period before it can be removed from its organization. If you get an error that indicates that a wait period is required, then try again in a few days.

  • If you are using an organization principal to call LeaveOrganization across multiple accounts, you can only do this up to 5 accounts per second in a single organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation LeaveOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • MasterCannotLeaveOrganizationException You can't remove a management account from an organization. If you want the management account to become a member account in another organization, you must first delete the current organization of the management account.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/LeaveOrganization

Example (Shared00)

To leave an organization as a member account TThe following example shows how to remove your member account from an organization:

Code:

svc := organizations.New(session.New())
input := &organizations.LeaveOrganizationInput{}

result, err := svc.LeaveOrganization(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAccountNotFoundException:
            fmt.Println(organizations.ErrCodeAccountNotFoundException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeMasterCannotLeaveOrganizationException:
            fmt.Println(organizations.ErrCodeMasterCannotLeaveOrganizationException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) LeaveOrganizationRequest

func (c *Organizations) LeaveOrganizationRequest(input *LeaveOrganizationInput) (req *request.Request, output *LeaveOrganizationOutput)

LeaveOrganizationRequest generates a "aws/request.Request" representing the client's request for the LeaveOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See LeaveOrganization for more information on using the LeaveOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the LeaveOrganizationRequest method.
req, resp := client.LeaveOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/LeaveOrganization

func (*Organizations) LeaveOrganizationWithContext

func (c *Organizations) LeaveOrganizationWithContext(ctx aws.Context, input *LeaveOrganizationInput, opts ...request.Option) (*LeaveOrganizationOutput, error)

LeaveOrganizationWithContext is the same as LeaveOrganization with the addition of the ability to pass a context and additional request options.

See LeaveOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListAWSServiceAccessForOrganization

func (c *Organizations) ListAWSServiceAccessForOrganization(input *ListAWSServiceAccessForOrganizationInput) (*ListAWSServiceAccessForOrganizationOutput, error)

ListAWSServiceAccessForOrganization API operation for AWS Organizations.

Returns a list of the Amazon Web Services services that you enabled to integrate with your organization. After a service on this list creates the resources that it requires for the integration, it can perform operations on your organization and its accounts.

For more information about integrating other services with Organizations, including the list of services that currently work with Organizations, see Using Organizations with other Amazon Web Services services (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html) in the Organizations User Guide.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListAWSServiceAccessForOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAWSServiceAccessForOrganization

func (*Organizations) ListAWSServiceAccessForOrganizationPages

func (c *Organizations) ListAWSServiceAccessForOrganizationPages(input *ListAWSServiceAccessForOrganizationInput, fn func(*ListAWSServiceAccessForOrganizationOutput, bool) bool) error

ListAWSServiceAccessForOrganizationPages iterates over the pages of a ListAWSServiceAccessForOrganization operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAWSServiceAccessForOrganization method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAWSServiceAccessForOrganization operation.
pageNum := 0
err := client.ListAWSServiceAccessForOrganizationPages(params,
    func(page *organizations.ListAWSServiceAccessForOrganizationOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListAWSServiceAccessForOrganizationPagesWithContext

func (c *Organizations) ListAWSServiceAccessForOrganizationPagesWithContext(ctx aws.Context, input *ListAWSServiceAccessForOrganizationInput, fn func(*ListAWSServiceAccessForOrganizationOutput, bool) bool, opts ...request.Option) error

ListAWSServiceAccessForOrganizationPagesWithContext same as ListAWSServiceAccessForOrganizationPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListAWSServiceAccessForOrganizationRequest

func (c *Organizations) ListAWSServiceAccessForOrganizationRequest(input *ListAWSServiceAccessForOrganizationInput) (req *request.Request, output *ListAWSServiceAccessForOrganizationOutput)

ListAWSServiceAccessForOrganizationRequest generates a "aws/request.Request" representing the client's request for the ListAWSServiceAccessForOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAWSServiceAccessForOrganization for more information on using the ListAWSServiceAccessForOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAWSServiceAccessForOrganizationRequest method.
req, resp := client.ListAWSServiceAccessForOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAWSServiceAccessForOrganization

func (*Organizations) ListAWSServiceAccessForOrganizationWithContext

func (c *Organizations) ListAWSServiceAccessForOrganizationWithContext(ctx aws.Context, input *ListAWSServiceAccessForOrganizationInput, opts ...request.Option) (*ListAWSServiceAccessForOrganizationOutput, error)

ListAWSServiceAccessForOrganizationWithContext is the same as ListAWSServiceAccessForOrganization with the addition of the ability to pass a context and additional request options.

See ListAWSServiceAccessForOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListAccounts

func (c *Organizations) ListAccounts(input *ListAccountsInput) (*ListAccountsOutput, error)

ListAccounts API operation for AWS Organizations.

Lists all the accounts in the organization. To request only the accounts in a specified root or organizational unit (OU), use the ListAccountsForParent operation instead.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListAccounts for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAccounts

Example (Shared00)

To retrieve a list of all of the accounts in an organization The following example shows you how to request a list of the accounts in an organization:

Code:

svc := organizations.New(session.New())
input := &organizations.ListAccountsInput{}

result, err := svc.ListAccounts(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListAccountsForParent

func (c *Organizations) ListAccountsForParent(input *ListAccountsForParentInput) (*ListAccountsForParentOutput, error)

ListAccountsForParent API operation for AWS Organizations.

Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU). If you specify the root, you get a list of all the accounts that aren't in any OU. If you specify an OU, you get a list of all the accounts in only that OU and not in any child OUs. To get a list of all accounts in the organization, use the ListAccounts operation.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListAccountsForParent for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ParentNotFoundException We can't find a root or OU with the ParentId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAccountsForParent

Example (Shared00)

To retrieve a list of all of the accounts in a root or OU The following example shows how to request a list of the accounts in an OU:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListAccountsForParentInput{
    ParentId: aws.String("ou-examplerootid111-exampleouid111"),
}

result, err := svc.ListAccountsForParent(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeParentNotFoundException:
            fmt.Println(organizations.ErrCodeParentNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListAccountsForParentPages

func (c *Organizations) ListAccountsForParentPages(input *ListAccountsForParentInput, fn func(*ListAccountsForParentOutput, bool) bool) error

ListAccountsForParentPages iterates over the pages of a ListAccountsForParent operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAccountsForParent method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAccountsForParent operation.
pageNum := 0
err := client.ListAccountsForParentPages(params,
    func(page *organizations.ListAccountsForParentOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListAccountsForParentPagesWithContext

func (c *Organizations) ListAccountsForParentPagesWithContext(ctx aws.Context, input *ListAccountsForParentInput, fn func(*ListAccountsForParentOutput, bool) bool, opts ...request.Option) error

ListAccountsForParentPagesWithContext same as ListAccountsForParentPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListAccountsForParentRequest

func (c *Organizations) ListAccountsForParentRequest(input *ListAccountsForParentInput) (req *request.Request, output *ListAccountsForParentOutput)

ListAccountsForParentRequest generates a "aws/request.Request" representing the client's request for the ListAccountsForParent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAccountsForParent for more information on using the ListAccountsForParent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAccountsForParentRequest method.
req, resp := client.ListAccountsForParentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAccountsForParent

func (*Organizations) ListAccountsForParentWithContext

func (c *Organizations) ListAccountsForParentWithContext(ctx aws.Context, input *ListAccountsForParentInput, opts ...request.Option) (*ListAccountsForParentOutput, error)

ListAccountsForParentWithContext is the same as ListAccountsForParent with the addition of the ability to pass a context and additional request options.

See ListAccountsForParent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListAccountsPages

func (c *Organizations) ListAccountsPages(input *ListAccountsInput, fn func(*ListAccountsOutput, bool) bool) error

ListAccountsPages iterates over the pages of a ListAccounts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAccounts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAccounts operation.
pageNum := 0
err := client.ListAccountsPages(params,
    func(page *organizations.ListAccountsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListAccountsPagesWithContext

func (c *Organizations) ListAccountsPagesWithContext(ctx aws.Context, input *ListAccountsInput, fn func(*ListAccountsOutput, bool) bool, opts ...request.Option) error

ListAccountsPagesWithContext same as ListAccountsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListAccountsRequest

func (c *Organizations) ListAccountsRequest(input *ListAccountsInput) (req *request.Request, output *ListAccountsOutput)

ListAccountsRequest generates a "aws/request.Request" representing the client's request for the ListAccounts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAccounts for more information on using the ListAccounts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAccountsRequest method.
req, resp := client.ListAccountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAccounts

func (*Organizations) ListAccountsWithContext

func (c *Organizations) ListAccountsWithContext(ctx aws.Context, input *ListAccountsInput, opts ...request.Option) (*ListAccountsOutput, error)

ListAccountsWithContext is the same as ListAccounts with the addition of the ability to pass a context and additional request options.

See ListAccounts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListChildren

func (c *Organizations) ListChildren(input *ListChildrenInput) (*ListChildrenOutput, error)

ListChildren API operation for AWS Organizations.

Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root. This operation, along with ListParents enables you to traverse the tree structure that makes up this root.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListChildren for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ParentNotFoundException We can't find a root or OU with the ParentId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListChildren

Example (Shared00)

To retrieve a list of all of the child accounts and OUs in a parent root or OU The following example shows how to request a list of the child OUs in a parent root or OU:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListChildrenInput{
    ChildType: aws.String("ORGANIZATIONAL_UNIT"),
    ParentId:  aws.String("ou-examplerootid111-exampleouid111"),
}

result, err := svc.ListChildren(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeParentNotFoundException:
            fmt.Println(organizations.ErrCodeParentNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListChildrenPages

func (c *Organizations) ListChildrenPages(input *ListChildrenInput, fn func(*ListChildrenOutput, bool) bool) error

ListChildrenPages iterates over the pages of a ListChildren operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListChildren method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListChildren operation.
pageNum := 0
err := client.ListChildrenPages(params,
    func(page *organizations.ListChildrenOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListChildrenPagesWithContext

func (c *Organizations) ListChildrenPagesWithContext(ctx aws.Context, input *ListChildrenInput, fn func(*ListChildrenOutput, bool) bool, opts ...request.Option) error

ListChildrenPagesWithContext same as ListChildrenPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListChildrenRequest

func (c *Organizations) ListChildrenRequest(input *ListChildrenInput) (req *request.Request, output *ListChildrenOutput)

ListChildrenRequest generates a "aws/request.Request" representing the client's request for the ListChildren operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListChildren for more information on using the ListChildren API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListChildrenRequest method.
req, resp := client.ListChildrenRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListChildren

func (*Organizations) ListChildrenWithContext

func (c *Organizations) ListChildrenWithContext(ctx aws.Context, input *ListChildrenInput, opts ...request.Option) (*ListChildrenOutput, error)

ListChildrenWithContext is the same as ListChildren with the addition of the ability to pass a context and additional request options.

See ListChildren for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListCreateAccountStatus

func (c *Organizations) ListCreateAccountStatus(input *ListCreateAccountStatusInput) (*ListCreateAccountStatusOutput, error)

ListCreateAccountStatus API operation for AWS Organizations.

Lists the account creation requests that match the specified status that is currently being tracked for the organization.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListCreateAccountStatus for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListCreateAccountStatus

Example (Shared00)

To get a list of completed account creation requests made in the organization The following example shows a user requesting a list of only the completed account creation requests made for the current organization:

Code:

svc := organizations.New(session.New())
input := &organizations.ListCreateAccountStatusInput{
    States: []*string{
        aws.String("SUCCEEDED"),
    },
}

result, err := svc.ListCreateAccountStatus(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

Example (Shared01)

To get a list of all account creation requests made in the organization The following example shows a user requesting a list of only the in-progress account creation requests made for the current organization:

Code:

svc := organizations.New(session.New())
input := &organizations.ListCreateAccountStatusInput{
    States: []*string{
        aws.String("IN_PROGRESS"),
    },
}

result, err := svc.ListCreateAccountStatus(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListCreateAccountStatusPages

func (c *Organizations) ListCreateAccountStatusPages(input *ListCreateAccountStatusInput, fn func(*ListCreateAccountStatusOutput, bool) bool) error

ListCreateAccountStatusPages iterates over the pages of a ListCreateAccountStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCreateAccountStatus method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCreateAccountStatus operation.
pageNum := 0
err := client.ListCreateAccountStatusPages(params,
    func(page *organizations.ListCreateAccountStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListCreateAccountStatusPagesWithContext

func (c *Organizations) ListCreateAccountStatusPagesWithContext(ctx aws.Context, input *ListCreateAccountStatusInput, fn func(*ListCreateAccountStatusOutput, bool) bool, opts ...request.Option) error

ListCreateAccountStatusPagesWithContext same as ListCreateAccountStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListCreateAccountStatusRequest

func (c *Organizations) ListCreateAccountStatusRequest(input *ListCreateAccountStatusInput) (req *request.Request, output *ListCreateAccountStatusOutput)

ListCreateAccountStatusRequest generates a "aws/request.Request" representing the client's request for the ListCreateAccountStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCreateAccountStatus for more information on using the ListCreateAccountStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCreateAccountStatusRequest method.
req, resp := client.ListCreateAccountStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListCreateAccountStatus

func (*Organizations) ListCreateAccountStatusWithContext

func (c *Organizations) ListCreateAccountStatusWithContext(ctx aws.Context, input *ListCreateAccountStatusInput, opts ...request.Option) (*ListCreateAccountStatusOutput, error)

ListCreateAccountStatusWithContext is the same as ListCreateAccountStatus with the addition of the ability to pass a context and additional request options.

See ListCreateAccountStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListDelegatedAdministrators

func (c *Organizations) ListDelegatedAdministrators(input *ListDelegatedAdministratorsInput) (*ListDelegatedAdministratorsOutput, error)

ListDelegatedAdministrators API operation for AWS Organizations.

Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListDelegatedAdministrators for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListDelegatedAdministrators

func (*Organizations) ListDelegatedAdministratorsPages

func (c *Organizations) ListDelegatedAdministratorsPages(input *ListDelegatedAdministratorsInput, fn func(*ListDelegatedAdministratorsOutput, bool) bool) error

ListDelegatedAdministratorsPages iterates over the pages of a ListDelegatedAdministrators operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDelegatedAdministrators method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDelegatedAdministrators operation.
pageNum := 0
err := client.ListDelegatedAdministratorsPages(params,
    func(page *organizations.ListDelegatedAdministratorsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListDelegatedAdministratorsPagesWithContext

func (c *Organizations) ListDelegatedAdministratorsPagesWithContext(ctx aws.Context, input *ListDelegatedAdministratorsInput, fn func(*ListDelegatedAdministratorsOutput, bool) bool, opts ...request.Option) error

ListDelegatedAdministratorsPagesWithContext same as ListDelegatedAdministratorsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListDelegatedAdministratorsRequest

func (c *Organizations) ListDelegatedAdministratorsRequest(input *ListDelegatedAdministratorsInput) (req *request.Request, output *ListDelegatedAdministratorsOutput)

ListDelegatedAdministratorsRequest generates a "aws/request.Request" representing the client's request for the ListDelegatedAdministrators operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDelegatedAdministrators for more information on using the ListDelegatedAdministrators API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDelegatedAdministratorsRequest method.
req, resp := client.ListDelegatedAdministratorsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListDelegatedAdministrators

func (*Organizations) ListDelegatedAdministratorsWithContext

func (c *Organizations) ListDelegatedAdministratorsWithContext(ctx aws.Context, input *ListDelegatedAdministratorsInput, opts ...request.Option) (*ListDelegatedAdministratorsOutput, error)

ListDelegatedAdministratorsWithContext is the same as ListDelegatedAdministrators with the addition of the ability to pass a context and additional request options.

See ListDelegatedAdministrators for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListDelegatedServicesForAccount

func (c *Organizations) ListDelegatedServicesForAccount(input *ListDelegatedServicesForAccountInput) (*ListDelegatedServicesForAccountOutput, error)

ListDelegatedServicesForAccount API operation for AWS Organizations.

List the Amazon Web Services services for which the specified account is a delegated administrator.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListDelegatedServicesForAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • AccountNotRegisteredException The specified account is not a delegated administrator for this Amazon Web Services service.

  • AWSOrganizationsNotInUseException 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.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListDelegatedServicesForAccount

func (*Organizations) ListDelegatedServicesForAccountPages

func (c *Organizations) ListDelegatedServicesForAccountPages(input *ListDelegatedServicesForAccountInput, fn func(*ListDelegatedServicesForAccountOutput, bool) bool) error

ListDelegatedServicesForAccountPages iterates over the pages of a ListDelegatedServicesForAccount operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDelegatedServicesForAccount method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDelegatedServicesForAccount operation.
pageNum := 0
err := client.ListDelegatedServicesForAccountPages(params,
    func(page *organizations.ListDelegatedServicesForAccountOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListDelegatedServicesForAccountPagesWithContext

func (c *Organizations) ListDelegatedServicesForAccountPagesWithContext(ctx aws.Context, input *ListDelegatedServicesForAccountInput, fn func(*ListDelegatedServicesForAccountOutput, bool) bool, opts ...request.Option) error

ListDelegatedServicesForAccountPagesWithContext same as ListDelegatedServicesForAccountPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListDelegatedServicesForAccountRequest

func (c *Organizations) ListDelegatedServicesForAccountRequest(input *ListDelegatedServicesForAccountInput) (req *request.Request, output *ListDelegatedServicesForAccountOutput)

ListDelegatedServicesForAccountRequest generates a "aws/request.Request" representing the client's request for the ListDelegatedServicesForAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDelegatedServicesForAccount for more information on using the ListDelegatedServicesForAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDelegatedServicesForAccountRequest method.
req, resp := client.ListDelegatedServicesForAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListDelegatedServicesForAccount

func (*Organizations) ListDelegatedServicesForAccountWithContext

func (c *Organizations) ListDelegatedServicesForAccountWithContext(ctx aws.Context, input *ListDelegatedServicesForAccountInput, opts ...request.Option) (*ListDelegatedServicesForAccountOutput, error)

ListDelegatedServicesForAccountWithContext is the same as ListDelegatedServicesForAccount with the addition of the ability to pass a context and additional request options.

See ListDelegatedServicesForAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListHandshakesForAccount

func (c *Organizations) ListHandshakesForAccount(input *ListHandshakesForAccountInput) (*ListHandshakesForAccountOutput, error)

ListHandshakesForAccount API operation for AWS Organizations.

Lists the current handshakes that are associated with the account of the requesting user.

Handshakes that are ACCEPTED, DECLINED, CANCELED, or EXPIRED appear in the results of this API for only 30 days after changing to that state. After that, they're deleted and no longer accessible.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called from any account in the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListHandshakesForAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListHandshakesForAccount

Example (Shared00)

To retrieve a list of the handshakes sent to an account The following example shows you how to get a list of handshakes that are associated with the account of the credentials used to call the operation:

Code:

svc := organizations.New(session.New())
input := &organizations.ListHandshakesForAccountInput{}

result, err := svc.ListHandshakesForAccount(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListHandshakesForAccountPages

func (c *Organizations) ListHandshakesForAccountPages(input *ListHandshakesForAccountInput, fn func(*ListHandshakesForAccountOutput, bool) bool) error

ListHandshakesForAccountPages iterates over the pages of a ListHandshakesForAccount operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHandshakesForAccount method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHandshakesForAccount operation.
pageNum := 0
err := client.ListHandshakesForAccountPages(params,
    func(page *organizations.ListHandshakesForAccountOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListHandshakesForAccountPagesWithContext

func (c *Organizations) ListHandshakesForAccountPagesWithContext(ctx aws.Context, input *ListHandshakesForAccountInput, fn func(*ListHandshakesForAccountOutput, bool) bool, opts ...request.Option) error

ListHandshakesForAccountPagesWithContext same as ListHandshakesForAccountPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListHandshakesForAccountRequest

func (c *Organizations) ListHandshakesForAccountRequest(input *ListHandshakesForAccountInput) (req *request.Request, output *ListHandshakesForAccountOutput)

ListHandshakesForAccountRequest generates a "aws/request.Request" representing the client's request for the ListHandshakesForAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHandshakesForAccount for more information on using the ListHandshakesForAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHandshakesForAccountRequest method.
req, resp := client.ListHandshakesForAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListHandshakesForAccount

func (*Organizations) ListHandshakesForAccountWithContext

func (c *Organizations) ListHandshakesForAccountWithContext(ctx aws.Context, input *ListHandshakesForAccountInput, opts ...request.Option) (*ListHandshakesForAccountOutput, error)

ListHandshakesForAccountWithContext is the same as ListHandshakesForAccount with the addition of the ability to pass a context and additional request options.

See ListHandshakesForAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListHandshakesForOrganization

func (c *Organizations) ListHandshakesForOrganization(input *ListHandshakesForOrganizationInput) (*ListHandshakesForOrganizationOutput, error)

ListHandshakesForOrganization API operation for AWS Organizations.

Lists the handshakes that are associated with the organization that the requesting user is part of. The ListHandshakesForOrganization operation returns a list of handshake structures. Each structure contains details and status about a handshake.

Handshakes that are ACCEPTED, DECLINED, CANCELED, or EXPIRED appear in the results of this API for only 30 days after changing to that state. After that, they're deleted and no longer accessible.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListHandshakesForOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListHandshakesForOrganization

Example (Shared00)

To retrieve a list of the handshakes associated with an organization The following example shows you how to get a list of handshakes associated with the current organization:

Code:

svc := organizations.New(session.New())
input := &organizations.ListHandshakesForOrganizationInput{}

result, err := svc.ListHandshakesForOrganization(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListHandshakesForOrganizationPages

func (c *Organizations) ListHandshakesForOrganizationPages(input *ListHandshakesForOrganizationInput, fn func(*ListHandshakesForOrganizationOutput, bool) bool) error

ListHandshakesForOrganizationPages iterates over the pages of a ListHandshakesForOrganization operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHandshakesForOrganization method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHandshakesForOrganization operation.
pageNum := 0
err := client.ListHandshakesForOrganizationPages(params,
    func(page *organizations.ListHandshakesForOrganizationOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListHandshakesForOrganizationPagesWithContext

func (c *Organizations) ListHandshakesForOrganizationPagesWithContext(ctx aws.Context, input *ListHandshakesForOrganizationInput, fn func(*ListHandshakesForOrganizationOutput, bool) bool, opts ...request.Option) error

ListHandshakesForOrganizationPagesWithContext same as ListHandshakesForOrganizationPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListHandshakesForOrganizationRequest

func (c *Organizations) ListHandshakesForOrganizationRequest(input *ListHandshakesForOrganizationInput) (req *request.Request, output *ListHandshakesForOrganizationOutput)

ListHandshakesForOrganizationRequest generates a "aws/request.Request" representing the client's request for the ListHandshakesForOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHandshakesForOrganization for more information on using the ListHandshakesForOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHandshakesForOrganizationRequest method.
req, resp := client.ListHandshakesForOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListHandshakesForOrganization

func (*Organizations) ListHandshakesForOrganizationWithContext

func (c *Organizations) ListHandshakesForOrganizationWithContext(ctx aws.Context, input *ListHandshakesForOrganizationInput, opts ...request.Option) (*ListHandshakesForOrganizationOutput, error)

ListHandshakesForOrganizationWithContext is the same as ListHandshakesForOrganization with the addition of the ability to pass a context and additional request options.

See ListHandshakesForOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListOrganizationalUnitsForParent

func (c *Organizations) ListOrganizationalUnitsForParent(input *ListOrganizationalUnitsForParentInput) (*ListOrganizationalUnitsForParentOutput, error)

ListOrganizationalUnitsForParent API operation for AWS Organizations.

Lists the organizational units (OUs) in a parent organizational unit or root.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListOrganizationalUnitsForParent for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ParentNotFoundException We can't find a root or OU with the ParentId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListOrganizationalUnitsForParent

Example (Shared00)

To retrieve a list of all of the child OUs in a parent root or OU The following example shows how to get a list of OUs in a specified root:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListOrganizationalUnitsForParentInput{
    ParentId: aws.String("r-examplerootid111"),
}

result, err := svc.ListOrganizationalUnitsForParent(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeParentNotFoundException:
            fmt.Println(organizations.ErrCodeParentNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListOrganizationalUnitsForParentPages

func (c *Organizations) ListOrganizationalUnitsForParentPages(input *ListOrganizationalUnitsForParentInput, fn func(*ListOrganizationalUnitsForParentOutput, bool) bool) error

ListOrganizationalUnitsForParentPages iterates over the pages of a ListOrganizationalUnitsForParent operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOrganizationalUnitsForParent method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOrganizationalUnitsForParent operation.
pageNum := 0
err := client.ListOrganizationalUnitsForParentPages(params,
    func(page *organizations.ListOrganizationalUnitsForParentOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListOrganizationalUnitsForParentPagesWithContext

func (c *Organizations) ListOrganizationalUnitsForParentPagesWithContext(ctx aws.Context, input *ListOrganizationalUnitsForParentInput, fn func(*ListOrganizationalUnitsForParentOutput, bool) bool, opts ...request.Option) error

ListOrganizationalUnitsForParentPagesWithContext same as ListOrganizationalUnitsForParentPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListOrganizationalUnitsForParentRequest

func (c *Organizations) ListOrganizationalUnitsForParentRequest(input *ListOrganizationalUnitsForParentInput) (req *request.Request, output *ListOrganizationalUnitsForParentOutput)

ListOrganizationalUnitsForParentRequest generates a "aws/request.Request" representing the client's request for the ListOrganizationalUnitsForParent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOrganizationalUnitsForParent for more information on using the ListOrganizationalUnitsForParent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOrganizationalUnitsForParentRequest method.
req, resp := client.ListOrganizationalUnitsForParentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListOrganizationalUnitsForParent

func (*Organizations) ListOrganizationalUnitsForParentWithContext

func (c *Organizations) ListOrganizationalUnitsForParentWithContext(ctx aws.Context, input *ListOrganizationalUnitsForParentInput, opts ...request.Option) (*ListOrganizationalUnitsForParentOutput, error)

ListOrganizationalUnitsForParentWithContext is the same as ListOrganizationalUnitsForParent with the addition of the ability to pass a context and additional request options.

See ListOrganizationalUnitsForParent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListParents

func (c *Organizations) ListParents(input *ListParentsInput) (*ListParentsOutput, error)

ListParents API operation for AWS Organizations.

Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account. This operation, along with ListChildren enables you to traverse the tree structure that makes up this root.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

In the current release, a child can have only a single parent.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListParents for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ChildNotFoundException We can't find an organizational unit (OU) or Amazon Web Services account with the ChildId that you specified.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListParents

Example (Shared00)

To retrieve a list of all of the parents of a child OU or account The following example shows how to list the root or OUs that contain account 444444444444:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListParentsInput{
    ChildId: aws.String("444444444444"),
}

result, err := svc.ListParents(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeChildNotFoundException:
            fmt.Println(organizations.ErrCodeChildNotFoundException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListParentsPages

func (c *Organizations) ListParentsPages(input *ListParentsInput, fn func(*ListParentsOutput, bool) bool) error

ListParentsPages iterates over the pages of a ListParents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListParents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListParents operation.
pageNum := 0
err := client.ListParentsPages(params,
    func(page *organizations.ListParentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListParentsPagesWithContext

func (c *Organizations) ListParentsPagesWithContext(ctx aws.Context, input *ListParentsInput, fn func(*ListParentsOutput, bool) bool, opts ...request.Option) error

ListParentsPagesWithContext same as ListParentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListParentsRequest

func (c *Organizations) ListParentsRequest(input *ListParentsInput) (req *request.Request, output *ListParentsOutput)

ListParentsRequest generates a "aws/request.Request" representing the client's request for the ListParents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListParents for more information on using the ListParents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListParentsRequest method.
req, resp := client.ListParentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListParents

func (*Organizations) ListParentsWithContext

func (c *Organizations) ListParentsWithContext(ctx aws.Context, input *ListParentsInput, opts ...request.Option) (*ListParentsOutput, error)

ListParentsWithContext is the same as ListParents with the addition of the ability to pass a context and additional request options.

See ListParents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListPolicies

func (c *Organizations) ListPolicies(input *ListPoliciesInput) (*ListPoliciesOutput, error)

ListPolicies API operation for AWS Organizations.

Retrieves the list of all policies in an organization of a specified type.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListPolicies for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListPolicies

Example (Shared00)

To retrieve a list policies in the organization The following example shows how to get a list of service control policies (SCPs):/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListPoliciesInput{
    Filter: aws.String("SERVICE_CONTROL_POLICY"),
}

result, err := svc.ListPolicies(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListPoliciesForTarget

func (c *Organizations) ListPoliciesForTarget(input *ListPoliciesForTargetInput) (*ListPoliciesForTargetOutput, error)

ListPoliciesForTarget API operation for AWS Organizations.

Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account. You must specify the policy type that you want included in the returned list.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListPoliciesForTarget for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TargetNotFoundException We can't find a root, OU, account, or policy with the TargetId that you specified.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListPoliciesForTarget

Example (Shared00)

To retrieve a list policies attached to a root, OU, or account The following example shows how to get a list of all service control policies (SCPs) of the type specified by the Filter parameter, that are directly attached to an account. The returned list does not include policies that apply to the account because of inheritance from its location in an OU hierarchy:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListPoliciesForTargetInput{
    Filter:   aws.String("SERVICE_CONTROL_POLICY"),
    TargetId: aws.String("444444444444"),
}

result, err := svc.ListPoliciesForTarget(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTargetNotFoundException:
            fmt.Println(organizations.ErrCodeTargetNotFoundException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListPoliciesForTargetPages

func (c *Organizations) ListPoliciesForTargetPages(input *ListPoliciesForTargetInput, fn func(*ListPoliciesForTargetOutput, bool) bool) error

ListPoliciesForTargetPages iterates over the pages of a ListPoliciesForTarget operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPoliciesForTarget method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPoliciesForTarget operation.
pageNum := 0
err := client.ListPoliciesForTargetPages(params,
    func(page *organizations.ListPoliciesForTargetOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListPoliciesForTargetPagesWithContext

func (c *Organizations) ListPoliciesForTargetPagesWithContext(ctx aws.Context, input *ListPoliciesForTargetInput, fn func(*ListPoliciesForTargetOutput, bool) bool, opts ...request.Option) error

ListPoliciesForTargetPagesWithContext same as ListPoliciesForTargetPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListPoliciesForTargetRequest

func (c *Organizations) ListPoliciesForTargetRequest(input *ListPoliciesForTargetInput) (req *request.Request, output *ListPoliciesForTargetOutput)

ListPoliciesForTargetRequest generates a "aws/request.Request" representing the client's request for the ListPoliciesForTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPoliciesForTarget for more information on using the ListPoliciesForTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPoliciesForTargetRequest method.
req, resp := client.ListPoliciesForTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListPoliciesForTarget

func (*Organizations) ListPoliciesForTargetWithContext

func (c *Organizations) ListPoliciesForTargetWithContext(ctx aws.Context, input *ListPoliciesForTargetInput, opts ...request.Option) (*ListPoliciesForTargetOutput, error)

ListPoliciesForTargetWithContext is the same as ListPoliciesForTarget with the addition of the ability to pass a context and additional request options.

See ListPoliciesForTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListPoliciesPages

func (c *Organizations) ListPoliciesPages(input *ListPoliciesInput, fn func(*ListPoliciesOutput, bool) bool) error

ListPoliciesPages iterates over the pages of a ListPolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPolicies method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPolicies operation.
pageNum := 0
err := client.ListPoliciesPages(params,
    func(page *organizations.ListPoliciesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListPoliciesPagesWithContext

func (c *Organizations) ListPoliciesPagesWithContext(ctx aws.Context, input *ListPoliciesInput, fn func(*ListPoliciesOutput, bool) bool, opts ...request.Option) error

ListPoliciesPagesWithContext same as ListPoliciesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListPoliciesRequest

func (c *Organizations) ListPoliciesRequest(input *ListPoliciesInput) (req *request.Request, output *ListPoliciesOutput)

ListPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPolicies for more information on using the ListPolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPoliciesRequest method.
req, resp := client.ListPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListPolicies

func (*Organizations) ListPoliciesWithContext

func (c *Organizations) ListPoliciesWithContext(ctx aws.Context, input *ListPoliciesInput, opts ...request.Option) (*ListPoliciesOutput, error)

ListPoliciesWithContext is the same as ListPolicies with the addition of the ability to pass a context and additional request options.

See ListPolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListRoots

func (c *Organizations) ListRoots(input *ListRootsInput) (*ListRootsOutput, error)

ListRoots API operation for AWS Organizations.

Lists the roots that are defined in the current organization.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Policy types can be enabled and disabled in roots. This is distinct from whether they're available in the organization. When you enable all features, you make policy types available for use in that organization. Individual policy types can then be enabled and disabled in a root. To see the availability of a policy type in an organization, use DescribeOrganization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListRoots for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListRoots

Example (Shared00)

To retrieve a list of roots in the organization The following example shows how to get the list of the roots in the current organization:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListRootsInput{}

result, err := svc.ListRoots(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListRootsPages

func (c *Organizations) ListRootsPages(input *ListRootsInput, fn func(*ListRootsOutput, bool) bool) error

ListRootsPages iterates over the pages of a ListRoots operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRoots method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRoots operation.
pageNum := 0
err := client.ListRootsPages(params,
    func(page *organizations.ListRootsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListRootsPagesWithContext

func (c *Organizations) ListRootsPagesWithContext(ctx aws.Context, input *ListRootsInput, fn func(*ListRootsOutput, bool) bool, opts ...request.Option) error

ListRootsPagesWithContext same as ListRootsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListRootsRequest

func (c *Organizations) ListRootsRequest(input *ListRootsInput) (req *request.Request, output *ListRootsOutput)

ListRootsRequest generates a "aws/request.Request" representing the client's request for the ListRoots operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRoots for more information on using the ListRoots API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRootsRequest method.
req, resp := client.ListRootsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListRoots

func (*Organizations) ListRootsWithContext

func (c *Organizations) ListRootsWithContext(ctx aws.Context, input *ListRootsInput, opts ...request.Option) (*ListRootsOutput, error)

ListRootsWithContext is the same as ListRoots with the addition of the ability to pass a context and additional request options.

See ListRoots for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListTagsForResource

func (c *Organizations) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS Organizations.

Lists tags that are attached to the specified resource.

You can attach tags to the following resources in Organizations.

  • Amazon Web Services account

  • Organization root

  • Organizational unit (OU)

  • Policy (any type)

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • TargetNotFoundException We can't find a root, OU, account, or policy with the TargetId that you specified.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListTagsForResource

func (*Organizations) ListTagsForResourcePages

func (c *Organizations) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages iterates over the pages of a ListTagsForResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTagsForResource method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTagsForResource operation.
pageNum := 0
err := client.ListTagsForResourcePages(params,
    func(page *organizations.ListTagsForResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListTagsForResourcePagesWithContext

func (c *Organizations) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...request.Option) error

ListTagsForResourcePagesWithContext same as ListTagsForResourcePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListTagsForResourceRequest

func (c *Organizations) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListTagsForResource

func (*Organizations) ListTagsForResourceWithContext

func (c *Organizations) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListTargetsForPolicy

func (c *Organizations) ListTargetsForPolicy(input *ListTargetsForPolicyInput) (*ListTargetsForPolicyOutput, error)

ListTargetsForPolicy API operation for AWS Organizations.

Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation ListTargetsForPolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • PolicyNotFoundException We can't find a policy with the PolicyId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListTargetsForPolicy

Example (Shared00)

To retrieve a list of roots, OUs, and accounts to which a policy is attached The following example shows how to get the list of roots, OUs, and accounts to which the specified policy is attached:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.ListTargetsForPolicyInput{
    PolicyId: aws.String("p-FullAWSAccess"),
}

result, err := svc.ListTargetsForPolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) ListTargetsForPolicyPages

func (c *Organizations) ListTargetsForPolicyPages(input *ListTargetsForPolicyInput, fn func(*ListTargetsForPolicyOutput, bool) bool) error

ListTargetsForPolicyPages iterates over the pages of a ListTargetsForPolicy operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTargetsForPolicy method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTargetsForPolicy operation.
pageNum := 0
err := client.ListTargetsForPolicyPages(params,
    func(page *organizations.ListTargetsForPolicyOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Organizations) ListTargetsForPolicyPagesWithContext

func (c *Organizations) ListTargetsForPolicyPagesWithContext(ctx aws.Context, input *ListTargetsForPolicyInput, fn func(*ListTargetsForPolicyOutput, bool) bool, opts ...request.Option) error

ListTargetsForPolicyPagesWithContext same as ListTargetsForPolicyPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) ListTargetsForPolicyRequest

func (c *Organizations) ListTargetsForPolicyRequest(input *ListTargetsForPolicyInput) (req *request.Request, output *ListTargetsForPolicyOutput)

ListTargetsForPolicyRequest generates a "aws/request.Request" representing the client's request for the ListTargetsForPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTargetsForPolicy for more information on using the ListTargetsForPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTargetsForPolicyRequest method.
req, resp := client.ListTargetsForPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListTargetsForPolicy

func (*Organizations) ListTargetsForPolicyWithContext

func (c *Organizations) ListTargetsForPolicyWithContext(ctx aws.Context, input *ListTargetsForPolicyInput, opts ...request.Option) (*ListTargetsForPolicyOutput, error)

ListTargetsForPolicyWithContext is the same as ListTargetsForPolicy with the addition of the ability to pass a context and additional request options.

See ListTargetsForPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) MoveAccount

func (c *Organizations) MoveAccount(input *MoveAccountInput) (*MoveAccountOutput, error)

MoveAccount API operation for AWS Organizations.

Moves an account from its current source parent root or organizational unit (OU) to the specified destination parent root or OU.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation MoveAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • SourceParentNotFoundException We can't find a source root or OU with the ParentId that you specified.

  • DestinationParentNotFoundException We can't find the destination container (a root or OU) with the ParentId that you specified.

  • DuplicateAccountException That account is already present in the specified destination.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • AWSOrganizationsNotInUseException 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.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/MoveAccount

Example (Shared00)

To move an OU or account to another OU or the root The following example shows how to move a member account from the root to an OU:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.MoveAccountInput{
    AccountId:           aws.String("333333333333"),
    DestinationParentId: aws.String("ou-examplerootid111-exampleouid111"),
    SourceParentId:      aws.String("r-examplerootid111"),
}

result, err := svc.MoveAccount(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeSourceParentNotFoundException:
            fmt.Println(organizations.ErrCodeSourceParentNotFoundException, aerr.Error())
        case organizations.ErrCodeDestinationParentNotFoundException:
            fmt.Println(organizations.ErrCodeDestinationParentNotFoundException, aerr.Error())
        case organizations.ErrCodeDuplicateAccountException:
            fmt.Println(organizations.ErrCodeDuplicateAccountException, aerr.Error())
        case organizations.ErrCodeAccountNotFoundException:
            fmt.Println(organizations.ErrCodeAccountNotFoundException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) MoveAccountRequest

func (c *Organizations) MoveAccountRequest(input *MoveAccountInput) (req *request.Request, output *MoveAccountOutput)

MoveAccountRequest generates a "aws/request.Request" representing the client's request for the MoveAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See MoveAccount for more information on using the MoveAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the MoveAccountRequest method.
req, resp := client.MoveAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/MoveAccount

func (*Organizations) MoveAccountWithContext

func (c *Organizations) MoveAccountWithContext(ctx aws.Context, input *MoveAccountInput, opts ...request.Option) (*MoveAccountOutput, error)

MoveAccountWithContext is the same as MoveAccount with the addition of the ability to pass a context and additional request options.

See MoveAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) PutResourcePolicy

func (c *Organizations) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)

PutResourcePolicy API operation for AWS Organizations.

Creates or updates a resource policy.

You can only call this operation from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation PutResourcePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • AWSOrganizationsNotInUseException 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/PutResourcePolicy

func (*Organizations) PutResourcePolicyRequest

func (c *Organizations) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)

PutResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the PutResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutResourcePolicy for more information on using the PutResourcePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutResourcePolicyRequest method.
req, resp := client.PutResourcePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/PutResourcePolicy

func (*Organizations) PutResourcePolicyWithContext

func (c *Organizations) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)

PutResourcePolicyWithContext is the same as PutResourcePolicy with the addition of the ability to pass a context and additional request options.

See PutResourcePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) RegisterDelegatedAdministrator

func (c *Organizations) RegisterDelegatedAdministrator(input *RegisterDelegatedAdministratorInput) (*RegisterDelegatedAdministratorOutput, error)

RegisterDelegatedAdministrator API operation for AWS Organizations.

Enables the specified member account to administer the Organizations features of the specified Amazon Web Services service. It grants read-only access to Organizations service data. The account still requires IAM permissions to access and administer the Amazon Web Services service.

You can run this action only for Amazon Web Services services that support this feature. For a current list of services that support it, see the column Supports Delegated Administrator in the table at Amazon Web Services Services that you can use with Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html) in the Organizations User Guide.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation RegisterDelegatedAdministrator for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AccountAlreadyRegisteredException The specified account is already a delegated administrator for this Amazon Web Services service.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/RegisterDelegatedAdministrator

func (*Organizations) RegisterDelegatedAdministratorRequest

func (c *Organizations) RegisterDelegatedAdministratorRequest(input *RegisterDelegatedAdministratorInput) (req *request.Request, output *RegisterDelegatedAdministratorOutput)

RegisterDelegatedAdministratorRequest generates a "aws/request.Request" representing the client's request for the RegisterDelegatedAdministrator operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterDelegatedAdministrator for more information on using the RegisterDelegatedAdministrator API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterDelegatedAdministratorRequest method.
req, resp := client.RegisterDelegatedAdministratorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/RegisterDelegatedAdministrator

func (*Organizations) RegisterDelegatedAdministratorWithContext

func (c *Organizations) RegisterDelegatedAdministratorWithContext(ctx aws.Context, input *RegisterDelegatedAdministratorInput, opts ...request.Option) (*RegisterDelegatedAdministratorOutput, error)

RegisterDelegatedAdministratorWithContext is the same as RegisterDelegatedAdministrator with the addition of the ability to pass a context and additional request options.

See RegisterDelegatedAdministrator for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) RemoveAccountFromOrganization

func (c *Organizations) RemoveAccountFromOrganization(input *RemoveAccountFromOrganizationInput) (*RemoveAccountFromOrganizationOutput, error)

RemoveAccountFromOrganization API operation for AWS Organizations.

Removes the specified account from the organization.

The removed account becomes a standalone account that isn't a member of any organization. It's no longer subject to any policies and is responsible for its own bill payments. The organization's management account is no longer charged for any expenses accrued by the member account after it's removed from the organization.

This operation can be called only from the organization's management account. Member accounts can remove themselves with LeaveOrganization instead.

  • You can remove an account from your organization only if the account is configured with the information required to operate as a standalone account. When you create an account in an organization using the Organizations console, API, or CLI commands, the information required of standalone accounts is not automatically collected. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • The account that you want to leave must not be a delegated administrator account for any Amazon Web Services service enabled for your organization. If the account is a delegated administrator, you must first change the delegated administrator account to another account that is remaining in the organization.

  • After the account leaves the organization, all tags that were attached to the account object in the organization are deleted. Amazon Web Services accounts outside of an organization do not support tags.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation RemoveAccountFromOrganization for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AccountNotFoundException We can't find an Amazon Web Services account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • MasterCannotLeaveOrganizationException You can't remove a management account from an organization. If you want the management account to become a member account in another organization, you must first delete the current organization of the management account.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/RemoveAccountFromOrganization

Example (Shared00)

To remove an account from an organization as the master account The following example shows you how to remove an account from an organization:

Code:

svc := organizations.New(session.New())
input := &organizations.RemoveAccountFromOrganizationInput{
    AccountId: aws.String("333333333333"),
}

result, err := svc.RemoveAccountFromOrganization(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAccountNotFoundException:
            fmt.Println(organizations.ErrCodeAccountNotFoundException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeMasterCannotLeaveOrganizationException:
            fmt.Println(organizations.ErrCodeMasterCannotLeaveOrganizationException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) RemoveAccountFromOrganizationRequest

func (c *Organizations) RemoveAccountFromOrganizationRequest(input *RemoveAccountFromOrganizationInput) (req *request.Request, output *RemoveAccountFromOrganizationOutput)

RemoveAccountFromOrganizationRequest generates a "aws/request.Request" representing the client's request for the RemoveAccountFromOrganization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RemoveAccountFromOrganization for more information on using the RemoveAccountFromOrganization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RemoveAccountFromOrganizationRequest method.
req, resp := client.RemoveAccountFromOrganizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/RemoveAccountFromOrganization

func (*Organizations) RemoveAccountFromOrganizationWithContext

func (c *Organizations) RemoveAccountFromOrganizationWithContext(ctx aws.Context, input *RemoveAccountFromOrganizationInput, opts ...request.Option) (*RemoveAccountFromOrganizationOutput, error)

RemoveAccountFromOrganizationWithContext is the same as RemoveAccountFromOrganization with the addition of the ability to pass a context and additional request options.

See RemoveAccountFromOrganization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) TagResource

func (c *Organizations) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS Organizations.

Adds one or more tags to the specified resource.

Currently, you can attach tags to the following resources in Organizations.

  • Amazon Web Services account

  • Organization root

  • Organizational unit (OU)

  • Policy (any type)

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation TagResource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • AWSOrganizationsNotInUseException 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.

  • TargetNotFoundException We can't find a root, OU, account, or policy with the TargetId that you specified.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/TagResource

func (*Organizations) TagResourceRequest

func (c *Organizations) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/TagResource

func (*Organizations) TagResourceWithContext

func (c *Organizations) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) UntagResource

func (c *Organizations) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS Organizations.

Removes any tags with the specified keys from the specified resource.

You can attach tags to the following resources in Organizations.

  • Amazon Web Services account

  • Organization root

  • Organizational unit (OU)

  • Policy (any type)

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation UntagResource for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • AWSOrganizationsNotInUseException 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.

  • TargetNotFoundException We can't find a root, OU, account, or policy with the TargetId that you specified.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UntagResource

func (*Organizations) UntagResourceRequest

func (c *Organizations) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UntagResource

func (*Organizations) UntagResourceWithContext

func (c *Organizations) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) UpdateOrganizationalUnit

func (c *Organizations) UpdateOrganizationalUnit(input *UpdateOrganizationalUnitInput) (*UpdateOrganizationalUnitOutput, error)

UpdateOrganizationalUnit API operation for AWS Organizations.

Renames the specified organizational unit (OU). The ID and ARN don't change. The child OUs and accounts remain in place, and any attached policies of the OU remain attached.

This operation can be called only from the organization's management account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation UpdateOrganizationalUnit for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • DuplicateOrganizationalUnitException An OU with the same name already exists.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • OrganizationalUnitNotFoundException We can't find an OU with the OrganizationalUnitId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdateOrganizationalUnit

Example (Shared00)

To rename an organizational unit The following example shows how to rename an OU. The output confirms the new name:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.UpdateOrganizationalUnitInput{
    Name:                 aws.String("AccountingOU"),
    OrganizationalUnitId: aws.String("ou-examplerootid111-exampleouid111"),
}

result, err := svc.UpdateOrganizationalUnit(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeDuplicateOrganizationalUnitException:
            fmt.Println(organizations.ErrCodeDuplicateOrganizationalUnitException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeOrganizationalUnitNotFoundException:
            fmt.Println(organizations.ErrCodeOrganizationalUnitNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) UpdateOrganizationalUnitRequest

func (c *Organizations) UpdateOrganizationalUnitRequest(input *UpdateOrganizationalUnitInput) (req *request.Request, output *UpdateOrganizationalUnitOutput)

UpdateOrganizationalUnitRequest generates a "aws/request.Request" representing the client's request for the UpdateOrganizationalUnit operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOrganizationalUnit for more information on using the UpdateOrganizationalUnit API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOrganizationalUnitRequest method.
req, resp := client.UpdateOrganizationalUnitRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdateOrganizationalUnit

func (*Organizations) UpdateOrganizationalUnitWithContext

func (c *Organizations) UpdateOrganizationalUnitWithContext(ctx aws.Context, input *UpdateOrganizationalUnitInput, opts ...request.Option) (*UpdateOrganizationalUnitOutput, error)

UpdateOrganizationalUnitWithContext is the same as UpdateOrganizationalUnit with the addition of the ability to pass a context and additional request options.

See UpdateOrganizationalUnit for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Organizations) UpdatePolicy

func (c *Organizations) UpdatePolicy(input *UpdatePolicyInput) (*UpdatePolicyOutput, error)

UpdatePolicy API operation for AWS Organizations.

Updates an existing policy with a new name, description, or content. If you don't supply any parameter, that value remains unchanged. You can't change a policy's type.

This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Organizations's API operation UpdatePolicy for usage and error information.

Returned Error Types:

  • AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.

  • AWSOrganizationsNotInUseException 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.

  • ConcurrentModificationException The target of the operation is currently being modified by a different request. Try again later.

  • ConstraintViolationException Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management account from the organization. You can't remove the management account. Instead, after you remove all member accounts, delete the organization itself.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at Removing a member account from your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master) in the Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/) to request an increase in your limit. Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact Amazon Web Services Support to request an increase in the number of accounts. Deleted and closed accounts still count toward your limit. If you get this exception when running a command immediately after creating the organization, wait one hour and try again. After an hour, if the command continues to fail with this error, contact Amazon Web Services Support (https://console.aws.amazon.com/support/home#/).

  • CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot register a suspended account as a delegated administrator.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register the management account of the organization as a delegated administrator for an Amazon Web Services service integrated with Organizations. You can designate only a member account as a delegated administrator.

  • CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management account. To close the management account for the organization, you must first either remove or close all member accounts in the organization. Follow standard account closure process using root credentials.​

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an account that is registered as a delegated administrator for a service integrated with your organization. To complete this operation, you must first deregister this account as a delegated administrator.

  • CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the past 30 days.

  • CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can close at a time. ​

  • CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an organization in the specified region, you must enable all features mode.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has a delegated administrator. To complete this operation, you must first deregister any existing delegated administrators for this service.

  • EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for a limited period of time. You must resubmit the request and generate a new verfication code.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported payment method is associated with the account. Amazon Web Services does not support cards issued by financial institutions in Russia or Belarus. For more information, see Managing your Amazon Web Services payments (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html).

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's management account to the marketplace that corresponds to the management account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in China. To create an organization, the master must have a valid business license. For more information, contact customer support.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide a valid contact address and phone number for the management account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the management account must have an associated account in the Amazon Web Services GovCloud (US-West) Region. For more information, see Organizations (https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html) in the Amazon Web Services GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this management account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. For more information, see Considerations before removing an account from an organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html) in the Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger than the maximum size.

  • POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies that you can have in an organization.

  • SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated administrator before you enabled service access. Call the EnableAWSServiceAccess API first.

  • TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags that are not compliant with the tag policy requirements for this account.

  • WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting period before you can remove it from the organization. If you get an error that indicates that a wait period is required, try again in a few days.

  • DuplicatePolicyException A policy with the same name already exists.

  • InvalidInputException The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

    Some of the reasons in the following list might not be applicable to this specific API or operation.

  • DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same entity.

  • IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the invited account owner.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for Amazon Web Services use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

  • TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target entity.

  • UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't recognized.

  • MalformedPolicyDocumentException The provided policy document doesn't meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see SCP syntax (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html) in the Organizations User Guide.

  • PolicyNotFoundException We can't find a policy with the PolicyId that you specified.

  • ServiceException Organizations can't complete your request because of an internal service error. Try again later.

  • TooManyRequestsException You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

    For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

  • UnsupportedAPIEndpointException This action isn't available in the current Amazon Web Services Region.

  • PolicyChangesInProgressException Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdatePolicy

Example (Shared00)

To update the details of a policy The following example shows how to rename a policy and give it a new description and new content. The output confirms the new name and description text:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.UpdatePolicyInput{
    Description: aws.String("This description replaces the original."),
    Name:        aws.String("Renamed-Policy"),
    PolicyId:    aws.String("p-examplepolicyid111"),
}

result, err := svc.UpdatePolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeDuplicatePolicyException:
            fmt.Println(organizations.ErrCodeDuplicatePolicyException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeMalformedPolicyDocumentException:
            fmt.Println(organizations.ErrCodeMalformedPolicyDocumentException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        case organizations.ErrCodePolicyChangesInProgressException:
            fmt.Println(organizations.ErrCodePolicyChangesInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

Example (Shared01)

To update the content of a policy The following example shows how to replace the JSON text of the SCP from the preceding example with a new JSON policy text string that allows S3 actions instead of EC2 actions:/n/n

Code:

svc := organizations.New(session.New())
input := &organizations.UpdatePolicyInput{
    Content:  aws.String("{ \\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\": {\\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": \\\"s3:*\\\", \\\"Resource\\\": \\\"*\\\" } }"),
    PolicyId: aws.String("p-examplepolicyid111"),
}

result, err := svc.UpdatePolicy(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case organizations.ErrCodeAccessDeniedException:
            fmt.Println(organizations.ErrCodeAccessDeniedException, aerr.Error())
        case organizations.ErrCodeAWSOrganizationsNotInUseException:
            fmt.Println(organizations.ErrCodeAWSOrganizationsNotInUseException, aerr.Error())
        case organizations.ErrCodeConcurrentModificationException:
            fmt.Println(organizations.ErrCodeConcurrentModificationException, aerr.Error())
        case organizations.ErrCodeConstraintViolationException:
            fmt.Println(organizations.ErrCodeConstraintViolationException, aerr.Error())
        case organizations.ErrCodeDuplicatePolicyException:
            fmt.Println(organizations.ErrCodeDuplicatePolicyException, aerr.Error())
        case organizations.ErrCodeInvalidInputException:
            fmt.Println(organizations.ErrCodeInvalidInputException, aerr.Error())
        case organizations.ErrCodeMalformedPolicyDocumentException:
            fmt.Println(organizations.ErrCodeMalformedPolicyDocumentException, aerr.Error())
        case organizations.ErrCodePolicyNotFoundException:
            fmt.Println(organizations.ErrCodePolicyNotFoundException, aerr.Error())
        case organizations.ErrCodeServiceException:
            fmt.Println(organizations.ErrCodeServiceException, aerr.Error())
        case organizations.ErrCodeTooManyRequestsException:
            fmt.Println(organizations.ErrCodeTooManyRequestsException, aerr.Error())
        case organizations.ErrCodeUnsupportedAPIEndpointException:
            fmt.Println(organizations.ErrCodeUnsupportedAPIEndpointException, aerr.Error())
        case organizations.ErrCodePolicyChangesInProgressException:
            fmt.Println(organizations.ErrCodePolicyChangesInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Organizations) UpdatePolicyRequest

func (c *Organizations) UpdatePolicyRequest(input *UpdatePolicyInput) (req *request.Request, output *UpdatePolicyOutput)

UpdatePolicyRequest generates a "aws/request.Request" representing the client's request for the UpdatePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePolicy for more information on using the UpdatePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePolicyRequest method.
req, resp := client.UpdatePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdatePolicy

func (*Organizations) UpdatePolicyWithContext

func (c *Organizations) UpdatePolicyWithContext(ctx aws.Context, input *UpdatePolicyInput, opts ...request.Option) (*UpdatePolicyOutput, error)

UpdatePolicyWithContext is the same as UpdatePolicy with the addition of the ability to pass a context and additional request options.

See UpdatePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type Parent

type Parent struct {

    // The unique identifier (ID) of the parent entity.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a parent ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    Id *string `type:"string"`

    // The type of the parent entity.
    Type *string `type:"string" enum:"ParentType"`
    // contains filtered or unexported fields
}

Contains information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.

func (Parent) GoString

func (s Parent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Parent) SetId

func (s *Parent) SetId(v string) *Parent

SetId sets the Id field's value.

func (*Parent) SetType

func (s *Parent) SetType(v string) *Parent

SetType sets the Type field's value.

func (Parent) String

func (s Parent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParentNotFoundException

type ParentNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find a root or OU with the ParentId that you specified.

func (*ParentNotFoundException) Code

func (s *ParentNotFoundException) Code() string

Code returns the exception type name.

func (*ParentNotFoundException) Error

func (s *ParentNotFoundException) Error() string

func (ParentNotFoundException) GoString

func (s ParentNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParentNotFoundException) Message

func (s *ParentNotFoundException) Message() string

Message returns the exception's message.

func (*ParentNotFoundException) OrigErr

func (s *ParentNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParentNotFoundException) RequestID

func (s *ParentNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParentNotFoundException) StatusCode

func (s *ParentNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParentNotFoundException) String

func (s ParentNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Policy

type Policy struct {

    // The text content of the policy.
    Content *string `min:"1" type:"string"`

    // A structure that contains additional details about the policy.
    PolicySummary *PolicySummary `type:"structure"`
    // contains filtered or unexported fields
}

Contains rules to be applied to the affected accounts. Policies can be attached directly to accounts, or to roots and OUs to affect all accounts in those hierarchies.

func (Policy) GoString

func (s Policy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Policy) SetContent

func (s *Policy) SetContent(v string) *Policy

SetContent sets the Content field's value.

func (*Policy) SetPolicySummary

func (s *Policy) SetPolicySummary(v *PolicySummary) *Policy

SetPolicySummary sets the PolicySummary field's value.

func (Policy) String

func (s Policy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyChangesInProgressException

type PolicyChangesInProgressException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

func (*PolicyChangesInProgressException) Code

func (s *PolicyChangesInProgressException) Code() string

Code returns the exception type name.

func (*PolicyChangesInProgressException) Error

func (s *PolicyChangesInProgressException) Error() string

func (PolicyChangesInProgressException) GoString

func (s PolicyChangesInProgressException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyChangesInProgressException) Message

func (s *PolicyChangesInProgressException) Message() string

Message returns the exception's message.

func (*PolicyChangesInProgressException) OrigErr

func (s *PolicyChangesInProgressException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PolicyChangesInProgressException) RequestID

func (s *PolicyChangesInProgressException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PolicyChangesInProgressException) StatusCode

func (s *PolicyChangesInProgressException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PolicyChangesInProgressException) String

func (s PolicyChangesInProgressException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyInUseException

type PolicyInUseException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The policy is attached to one or more entities. You must detach it from all roots, OUs, and accounts before performing this operation.

func (*PolicyInUseException) Code

func (s *PolicyInUseException) Code() string

Code returns the exception type name.

func (*PolicyInUseException) Error

func (s *PolicyInUseException) Error() string

func (PolicyInUseException) GoString

func (s PolicyInUseException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyInUseException) Message

func (s *PolicyInUseException) Message() string

Message returns the exception's message.

func (*PolicyInUseException) OrigErr

func (s *PolicyInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PolicyInUseException) RequestID

func (s *PolicyInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PolicyInUseException) StatusCode

func (s *PolicyInUseException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PolicyInUseException) String

func (s PolicyInUseException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyNotAttachedException

type PolicyNotAttachedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The policy isn't attached to the specified target in the specified root.

func (*PolicyNotAttachedException) Code

func (s *PolicyNotAttachedException) Code() string

Code returns the exception type name.

func (*PolicyNotAttachedException) Error

func (s *PolicyNotAttachedException) Error() string

func (PolicyNotAttachedException) GoString

func (s PolicyNotAttachedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyNotAttachedException) Message

func (s *PolicyNotAttachedException) Message() string

Message returns the exception's message.

func (*PolicyNotAttachedException) OrigErr

func (s *PolicyNotAttachedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PolicyNotAttachedException) RequestID

func (s *PolicyNotAttachedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PolicyNotAttachedException) StatusCode

func (s *PolicyNotAttachedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PolicyNotAttachedException) String

func (s PolicyNotAttachedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyNotFoundException

type PolicyNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find a policy with the PolicyId that you specified.

func (*PolicyNotFoundException) Code

func (s *PolicyNotFoundException) Code() string

Code returns the exception type name.

func (*PolicyNotFoundException) Error

func (s *PolicyNotFoundException) Error() string

func (PolicyNotFoundException) GoString

func (s PolicyNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyNotFoundException) Message

func (s *PolicyNotFoundException) Message() string

Message returns the exception's message.

func (*PolicyNotFoundException) OrigErr

func (s *PolicyNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PolicyNotFoundException) RequestID

func (s *PolicyNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PolicyNotFoundException) StatusCode

func (s *PolicyNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PolicyNotFoundException) String

func (s PolicyNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicySummary

type PolicySummary struct {

    // The Amazon Resource Name (ARN) of the policy.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    Arn *string `type:"string"`

    // A boolean value that indicates whether the specified policy is an Amazon
    // Web Services managed policy. If true, then you can attach the policy to roots,
    // OUs, or accounts, but you cannot edit it.
    AwsManaged *bool `type:"boolean"`

    // The description of the policy.
    Description *string `type:"string"`

    // The unique identifier (ID) of the policy.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a policy ID string
    // requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits,
    // or the underscore character (_).
    Id *string `type:"string"`

    // The friendly name of the policy.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    Name *string `min:"1" type:"string"`

    // The type of policy.
    Type *string `type:"string" enum:"PolicyType"`
    // contains filtered or unexported fields
}

Contains information about a policy, but does not include the content. To see the content of a policy, see DescribePolicy.

func (PolicySummary) GoString

func (s PolicySummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicySummary) SetArn

func (s *PolicySummary) SetArn(v string) *PolicySummary

SetArn sets the Arn field's value.

func (*PolicySummary) SetAwsManaged

func (s *PolicySummary) SetAwsManaged(v bool) *PolicySummary

SetAwsManaged sets the AwsManaged field's value.

func (*PolicySummary) SetDescription

func (s *PolicySummary) SetDescription(v string) *PolicySummary

SetDescription sets the Description field's value.

func (*PolicySummary) SetId

func (s *PolicySummary) SetId(v string) *PolicySummary

SetId sets the Id field's value.

func (*PolicySummary) SetName

func (s *PolicySummary) SetName(v string) *PolicySummary

SetName sets the Name field's value.

func (*PolicySummary) SetType

func (s *PolicySummary) SetType(v string) *PolicySummary

SetType sets the Type field's value.

func (PolicySummary) String

func (s PolicySummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyTargetSummary

type PolicyTargetSummary struct {

    // The Amazon Resource Name (ARN) of the policy target.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    Arn *string `type:"string"`

    // The friendly name of the policy target.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    Name *string `min:"1" type:"string"`

    // The unique identifier (ID) of the policy target.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a target ID string
    // requires one of the following:
    //
    //    * Root - A string that begins with "r-" followed by from 4 to 32 lowercase
    //    letters or digits.
    //
    //    * Account - A string that consists of exactly 12 digits.
    //
    //    * Organizational unit (OU) - A string that begins with "ou-" followed
    //    by from 4 to 32 lowercase letters or digits (the ID of the root that the
    //    OU is in). This string is followed by a second "-" dash and from 8 to
    //    32 additional lowercase letters or digits.
    TargetId *string `type:"string"`

    // The type of the policy target.
    Type *string `type:"string" enum:"TargetType"`
    // contains filtered or unexported fields
}

Contains information about a root, OU, or account that a policy is attached to.

func (PolicyTargetSummary) GoString

func (s PolicyTargetSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyTargetSummary) SetArn

func (s *PolicyTargetSummary) SetArn(v string) *PolicyTargetSummary

SetArn sets the Arn field's value.

func (*PolicyTargetSummary) SetName

func (s *PolicyTargetSummary) SetName(v string) *PolicyTargetSummary

SetName sets the Name field's value.

func (*PolicyTargetSummary) SetTargetId

func (s *PolicyTargetSummary) SetTargetId(v string) *PolicyTargetSummary

SetTargetId sets the TargetId field's value.

func (*PolicyTargetSummary) SetType

func (s *PolicyTargetSummary) SetType(v string) *PolicyTargetSummary

SetType sets the Type field's value.

func (PolicyTargetSummary) String

func (s PolicyTargetSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyTypeAlreadyEnabledException

type PolicyTypeAlreadyEnabledException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified policy type is already enabled in the specified root.

func (*PolicyTypeAlreadyEnabledException) Code

func (s *PolicyTypeAlreadyEnabledException) Code() string

Code returns the exception type name.

func (*PolicyTypeAlreadyEnabledException) Error

func (s *PolicyTypeAlreadyEnabledException) Error() string

func (PolicyTypeAlreadyEnabledException) GoString

func (s PolicyTypeAlreadyEnabledException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyTypeAlreadyEnabledException) Message

func (s *PolicyTypeAlreadyEnabledException) Message() string

Message returns the exception's message.

func (*PolicyTypeAlreadyEnabledException) OrigErr

func (s *PolicyTypeAlreadyEnabledException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PolicyTypeAlreadyEnabledException) RequestID

func (s *PolicyTypeAlreadyEnabledException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PolicyTypeAlreadyEnabledException) StatusCode

func (s *PolicyTypeAlreadyEnabledException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PolicyTypeAlreadyEnabledException) String

func (s PolicyTypeAlreadyEnabledException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyTypeNotAvailableForOrganizationException

type PolicyTypeNotAvailableForOrganizationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable SCPs only after you enable all features in the organization. For more information, see Managing Organizations policies (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html#enable_policies_on_root)in the Organizations User Guide.

func (*PolicyTypeNotAvailableForOrganizationException) Code

func (s *PolicyTypeNotAvailableForOrganizationException) Code() string

Code returns the exception type name.

func (*PolicyTypeNotAvailableForOrganizationException) Error

func (s *PolicyTypeNotAvailableForOrganizationException) Error() string

func (PolicyTypeNotAvailableForOrganizationException) GoString

func (s PolicyTypeNotAvailableForOrganizationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyTypeNotAvailableForOrganizationException) Message

func (s *PolicyTypeNotAvailableForOrganizationException) Message() string

Message returns the exception's message.

func (*PolicyTypeNotAvailableForOrganizationException) OrigErr

func (s *PolicyTypeNotAvailableForOrganizationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PolicyTypeNotAvailableForOrganizationException) RequestID

func (s *PolicyTypeNotAvailableForOrganizationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PolicyTypeNotAvailableForOrganizationException) StatusCode

func (s *PolicyTypeNotAvailableForOrganizationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PolicyTypeNotAvailableForOrganizationException) String

func (s PolicyTypeNotAvailableForOrganizationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyTypeNotEnabledException

type PolicyTypeNotEnabledException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified policy type isn't currently enabled in this root. You can't attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling all features in your organization (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html) in the Organizations User Guide.

func (*PolicyTypeNotEnabledException) Code

func (s *PolicyTypeNotEnabledException) Code() string

Code returns the exception type name.

func (*PolicyTypeNotEnabledException) Error

func (s *PolicyTypeNotEnabledException) Error() string

func (PolicyTypeNotEnabledException) GoString

func (s PolicyTypeNotEnabledException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyTypeNotEnabledException) Message

func (s *PolicyTypeNotEnabledException) Message() string

Message returns the exception's message.

func (*PolicyTypeNotEnabledException) OrigErr

func (s *PolicyTypeNotEnabledException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PolicyTypeNotEnabledException) RequestID

func (s *PolicyTypeNotEnabledException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PolicyTypeNotEnabledException) StatusCode

func (s *PolicyTypeNotEnabledException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PolicyTypeNotEnabledException) String

func (s PolicyTypeNotEnabledException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyTypeSummary

type PolicyTypeSummary struct {

    // The status of the policy type as it relates to the associated root. To attach
    // a policy of the specified type to a root or to an OU or account in that root,
    // it must be available in the organization and enabled for that root.
    Status *string `type:"string" enum:"PolicyTypeStatus"`

    // The name of the policy type.
    Type *string `type:"string" enum:"PolicyType"`
    // contains filtered or unexported fields
}

Contains information about a policy type and its status in the associated root.

func (PolicyTypeSummary) GoString

func (s PolicyTypeSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyTypeSummary) SetStatus

func (s *PolicyTypeSummary) SetStatus(v string) *PolicyTypeSummary

SetStatus sets the Status field's value.

func (*PolicyTypeSummary) SetType

func (s *PolicyTypeSummary) SetType(v string) *PolicyTypeSummary

SetType sets the Type field's value.

func (PolicyTypeSummary) String

func (s PolicyTypeSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutResourcePolicyInput

type PutResourcePolicyInput struct {

    // If provided, the new content for the resource policy. The text must be correctly
    // formatted JSON that complies with the syntax for the resource policy's type.
    // For more information, see SCP syntax (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html)
    // in the Organizations User Guide.
    //
    // Content is a required field
    Content *string `min:"1" type:"string" required:"true"`

    // A list of tags that you want to attach to the newly created resource policy.
    // For each tag in the list, you must specify both a tag key and a value. You
    // can set the value to an empty string, but you can't set it to null. For more
    // information about tagging, see Tagging Organizations resources (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html)
    // in the Organizations User Guide.
    //
    // Calls with tags apply to the initial creation of the resource policy, otherwise
    // an exception is thrown. If any one of the tags is not valid or if you exceed
    // the allowed number of tags for the resource policy, then the entire request
    // fails and the resource policy is not created.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (PutResourcePolicyInput) GoString

func (s PutResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutResourcePolicyInput) SetContent

func (s *PutResourcePolicyInput) SetContent(v string) *PutResourcePolicyInput

SetContent sets the Content field's value.

func (*PutResourcePolicyInput) SetTags

func (s *PutResourcePolicyInput) SetTags(v []*Tag) *PutResourcePolicyInput

SetTags sets the Tags field's value.

func (PutResourcePolicyInput) String

func (s PutResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutResourcePolicyInput) Validate

func (s *PutResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutResourcePolicyOutput

type PutResourcePolicyOutput struct {

    // A structure that contains details about the resource policy.
    ResourcePolicy *ResourcePolicy `type:"structure"`
    // contains filtered or unexported fields
}

func (PutResourcePolicyOutput) GoString

func (s PutResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutResourcePolicyOutput) SetResourcePolicy

func (s *PutResourcePolicyOutput) SetResourcePolicy(v *ResourcePolicy) *PutResourcePolicyOutput

SetResourcePolicy sets the ResourcePolicy field's value.

func (PutResourcePolicyOutput) String

func (s PutResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterDelegatedAdministratorInput

type RegisterDelegatedAdministratorInput struct {

    // The account ID number of the member account in the organization to register
    // as a delegated administrator.
    //
    // AccountId is a required field
    AccountId *string `type:"string" required:"true"`

    // The service principal of the Amazon Web Services service for which you want
    // to make the member account a delegated administrator.
    //
    // ServicePrincipal is a required field
    ServicePrincipal *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RegisterDelegatedAdministratorInput) GoString

func (s RegisterDelegatedAdministratorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterDelegatedAdministratorInput) SetAccountId

func (s *RegisterDelegatedAdministratorInput) SetAccountId(v string) *RegisterDelegatedAdministratorInput

SetAccountId sets the AccountId field's value.

func (*RegisterDelegatedAdministratorInput) SetServicePrincipal

func (s *RegisterDelegatedAdministratorInput) SetServicePrincipal(v string) *RegisterDelegatedAdministratorInput

SetServicePrincipal sets the ServicePrincipal field's value.

func (RegisterDelegatedAdministratorInput) String

func (s RegisterDelegatedAdministratorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterDelegatedAdministratorInput) Validate

func (s *RegisterDelegatedAdministratorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterDelegatedAdministratorOutput

type RegisterDelegatedAdministratorOutput struct {
    // contains filtered or unexported fields
}

func (RegisterDelegatedAdministratorOutput) GoString

func (s RegisterDelegatedAdministratorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RegisterDelegatedAdministratorOutput) String

func (s RegisterDelegatedAdministratorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RemoveAccountFromOrganizationInput

type RemoveAccountFromOrganizationInput struct {

    // The unique identifier (ID) of the member account that you want to remove
    // from the organization.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an account ID string
    // requires exactly 12 digits.
    //
    // AccountId is a required field
    AccountId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveAccountFromOrganizationInput) GoString

func (s RemoveAccountFromOrganizationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveAccountFromOrganizationInput) SetAccountId

func (s *RemoveAccountFromOrganizationInput) SetAccountId(v string) *RemoveAccountFromOrganizationInput

SetAccountId sets the AccountId field's value.

func (RemoveAccountFromOrganizationInput) String

func (s RemoveAccountFromOrganizationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveAccountFromOrganizationInput) Validate

func (s *RemoveAccountFromOrganizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveAccountFromOrganizationOutput

type RemoveAccountFromOrganizationOutput struct {
    // contains filtered or unexported fields
}

func (RemoveAccountFromOrganizationOutput) GoString

func (s RemoveAccountFromOrganizationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RemoveAccountFromOrganizationOutput) String

func (s RemoveAccountFromOrganizationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePolicy

type ResourcePolicy struct {

    // The policy text of the resource policy.
    Content *string `min:"1" type:"string"`

    // A structure that contains resource policy ID and Amazon Resource Name (ARN).
    ResourcePolicySummary *ResourcePolicySummary `type:"structure"`
    // contains filtered or unexported fields
}

A structure that contains details about a resource policy.

func (ResourcePolicy) GoString

func (s ResourcePolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePolicy) SetContent

func (s *ResourcePolicy) SetContent(v string) *ResourcePolicy

SetContent sets the Content field's value.

func (*ResourcePolicy) SetResourcePolicySummary

func (s *ResourcePolicy) SetResourcePolicySummary(v *ResourcePolicySummary) *ResourcePolicy

SetResourcePolicySummary sets the ResourcePolicySummary field's value.

func (ResourcePolicy) String

func (s ResourcePolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePolicyNotFoundException

type ResourcePolicyNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find a resource policy request with the parameter that you specified.

func (*ResourcePolicyNotFoundException) Code

func (s *ResourcePolicyNotFoundException) Code() string

Code returns the exception type name.

func (*ResourcePolicyNotFoundException) Error

func (s *ResourcePolicyNotFoundException) Error() string

func (ResourcePolicyNotFoundException) GoString

func (s ResourcePolicyNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePolicyNotFoundException) Message

func (s *ResourcePolicyNotFoundException) Message() string

Message returns the exception's message.

func (*ResourcePolicyNotFoundException) OrigErr

func (s *ResourcePolicyNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyNotFoundException) RequestID

func (s *ResourcePolicyNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyNotFoundException) StatusCode

func (s *ResourcePolicyNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourcePolicyNotFoundException) String

func (s ResourcePolicyNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePolicySummary

type ResourcePolicySummary struct {

    // The Amazon Resource Name (ARN) of the resource policy.
    Arn *string `type:"string"`

    // The unique identifier (ID) of the resource policy.
    Id *string `type:"string"`
    // contains filtered or unexported fields
}

A structure that contains resource policy ID and Amazon Resource Name (ARN).

func (ResourcePolicySummary) GoString

func (s ResourcePolicySummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePolicySummary) SetArn

func (s *ResourcePolicySummary) SetArn(v string) *ResourcePolicySummary

SetArn sets the Arn field's value.

func (*ResourcePolicySummary) SetId

func (s *ResourcePolicySummary) SetId(v string) *ResourcePolicySummary

SetId sets the Id field's value.

func (ResourcePolicySummary) String

func (s ResourcePolicySummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Root

type Root struct {

    // The Amazon Resource Name (ARN) of the root.
    //
    // For more information about ARNs in Organizations, see ARN Formats Supported
    // by Organizations (https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies)
    // in the Amazon Web Services Service Authorization Reference.
    Arn *string `type:"string"`

    // The unique identifier (ID) for the root. The ID is unique to the organization
    // only.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a root ID string
    // requires "r-" followed by from 4 to 32 lowercase letters or digits.
    Id *string `type:"string"`

    // The friendly name of the root.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    Name *string `min:"1" type:"string"`

    // The types of policies that are currently enabled for the root and therefore
    // can be attached to the root or to its OUs or accounts.
    //
    // Even if a policy type is shown as available in the organization, you can
    // separately enable and disable them at the root level by using EnablePolicyType
    // and DisablePolicyType. Use DescribeOrganization to see the availability of
    // the policy types in that organization.
    PolicyTypes []*PolicyTypeSummary `type:"list"`
    // contains filtered or unexported fields
}

Contains details about a root. A root is a top-level parent node in the hierarchy of an organization that can contain organizational units (OUs) and accounts. The root contains every Amazon Web Services account in the organization.

func (Root) GoString

func (s Root) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Root) SetArn

func (s *Root) SetArn(v string) *Root

SetArn sets the Arn field's value.

func (*Root) SetId

func (s *Root) SetId(v string) *Root

SetId sets the Id field's value.

func (*Root) SetName

func (s *Root) SetName(v string) *Root

SetName sets the Name field's value.

func (*Root) SetPolicyTypes

func (s *Root) SetPolicyTypes(v []*PolicyTypeSummary) *Root

SetPolicyTypes sets the PolicyTypes field's value.

func (Root) String

func (s Root) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RootNotFoundException

type RootNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find a root with the RootId that you specified.

func (*RootNotFoundException) Code

func (s *RootNotFoundException) Code() string

Code returns the exception type name.

func (*RootNotFoundException) Error

func (s *RootNotFoundException) Error() string

func (RootNotFoundException) GoString

func (s RootNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RootNotFoundException) Message

func (s *RootNotFoundException) Message() string

Message returns the exception's message.

func (*RootNotFoundException) OrigErr

func (s *RootNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*RootNotFoundException) RequestID

func (s *RootNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*RootNotFoundException) StatusCode

func (s *RootNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (RootNotFoundException) String

func (s RootNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceException

type ServiceException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Organizations can't complete your request because of an internal service error. Try again later.

func (*ServiceException) Code

func (s *ServiceException) Code() string

Code returns the exception type name.

func (*ServiceException) Error

func (s *ServiceException) Error() string

func (ServiceException) GoString

func (s ServiceException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceException) Message

func (s *ServiceException) Message() string

Message returns the exception's message.

func (*ServiceException) OrigErr

func (s *ServiceException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceException) RequestID

func (s *ServiceException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceException) StatusCode

func (s *ServiceException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceException) String

func (s ServiceException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceParentNotFoundException

type SourceParentNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find a source root or OU with the ParentId that you specified.

func (*SourceParentNotFoundException) Code

func (s *SourceParentNotFoundException) Code() string

Code returns the exception type name.

func (*SourceParentNotFoundException) Error

func (s *SourceParentNotFoundException) Error() string

func (SourceParentNotFoundException) GoString

func (s SourceParentNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceParentNotFoundException) Message

func (s *SourceParentNotFoundException) Message() string

Message returns the exception's message.

func (*SourceParentNotFoundException) OrigErr

func (s *SourceParentNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SourceParentNotFoundException) RequestID

func (s *SourceParentNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SourceParentNotFoundException) StatusCode

func (s *SourceParentNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (SourceParentNotFoundException) String

func (s SourceParentNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

    // The key identifier, or name, of the tag.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The string value that's associated with the key of the tag. You can set the
    // value of a tag to an empty string, but you can't set the value of a tag to
    // null.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

A custom key-value pair associated with a resource within your organization.

You can attach tags to any of the following organization resources.

  • Amazon Web Services account

  • Organizational unit (OU)

  • Organization root

  • Policy

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

type TagResourceInput struct {

    // The ID of the resource to add a tag to.
    //
    // You can specify any of the following taggable resources.
    //
    //    * Amazon Web Services account – specify the account ID number.
    //
    //    * Organizational unit – specify the OU ID that begins with ou- and looks
    //    similar to: ou-1a2b-34uvwxyz
    //
    //    * Root – specify the root ID that begins with r- and looks similar to:
    //    r-1a2b
    //
    //    * Policy – specify the policy ID that begins with p- andlooks similar
    //    to: p-12abcdefg3
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // A list of tags to add to the specified resource.
    //
    // For each tag in the list, you must specify both a tag key and a value. The
    // value can be an empty string, but you can't set it to null.
    //
    // If any one of the tags is not valid or if you exceed the maximum allowed
    // number of tags for a resource, then the entire request fails.
    //
    // Tags is a required field
    Tags []*Tag `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceId

func (s *TagResourceInput) SetResourceId(v string) *TagResourceInput

SetResourceId sets the ResourceId field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
    // contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TargetNotFoundException

type TargetNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

We can't find a root, OU, account, or policy with the TargetId that you specified.

func (*TargetNotFoundException) Code

func (s *TargetNotFoundException) Code() string

Code returns the exception type name.

func (*TargetNotFoundException) Error

func (s *TargetNotFoundException) Error() string

func (TargetNotFoundException) GoString

func (s TargetNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetNotFoundException) Message

func (s *TargetNotFoundException) Message() string

Message returns the exception's message.

func (*TargetNotFoundException) OrigErr

func (s *TargetNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TargetNotFoundException) RequestID

func (s *TargetNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TargetNotFoundException) StatusCode

func (s *TargetNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TargetNotFoundException) String

func (s TargetNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TooManyRequestsException

type TooManyRequestsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

For information about quotas that affect Organizations, see Quotas for Organizations (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html) in the Organizations User Guide.

func (*TooManyRequestsException) Code

func (s *TooManyRequestsException) Code() string

Code returns the exception type name.

func (*TooManyRequestsException) Error

func (s *TooManyRequestsException) Error() string

func (TooManyRequestsException) GoString

func (s TooManyRequestsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooManyRequestsException) Message

func (s *TooManyRequestsException) Message() string

Message returns the exception's message.

func (*TooManyRequestsException) OrigErr

func (s *TooManyRequestsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyRequestsException) RequestID

func (s *TooManyRequestsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyRequestsException) StatusCode

func (s *TooManyRequestsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TooManyRequestsException) String

func (s TooManyRequestsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedAPIEndpointException

type UnsupportedAPIEndpointException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

This action isn't available in the current Amazon Web Services Region.

func (*UnsupportedAPIEndpointException) Code

func (s *UnsupportedAPIEndpointException) Code() string

Code returns the exception type name.

func (*UnsupportedAPIEndpointException) Error

func (s *UnsupportedAPIEndpointException) Error() string

func (UnsupportedAPIEndpointException) GoString

func (s UnsupportedAPIEndpointException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedAPIEndpointException) Message

func (s *UnsupportedAPIEndpointException) Message() string

Message returns the exception's message.

func (*UnsupportedAPIEndpointException) OrigErr

func (s *UnsupportedAPIEndpointException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedAPIEndpointException) RequestID

func (s *UnsupportedAPIEndpointException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedAPIEndpointException) StatusCode

func (s *UnsupportedAPIEndpointException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedAPIEndpointException) String

func (s UnsupportedAPIEndpointException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagResourceInput

type UntagResourceInput struct {

    // The ID of the resource to remove a tag from.
    //
    // You can specify any of the following taggable resources.
    //
    //    * Amazon Web Services account – specify the account ID number.
    //
    //    * Organizational unit – specify the OU ID that begins with ou- and looks
    //    similar to: ou-1a2b-34uvwxyz
    //
    //    * Root – specify the root ID that begins with r- and looks similar to:
    //    r-1a2b
    //
    //    * Policy – specify the policy ID that begins with p- andlooks similar
    //    to: p-12abcdefg3
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // The list of keys for tags to remove from the specified resource.
    //
    // TagKeys is a required field
    TagKeys []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceId

func (s *UntagResourceInput) SetResourceId(v string) *UntagResourceInput

SetResourceId sets the ResourceId field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
    // contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateOrganizationalUnitInput

type UpdateOrganizationalUnitInput struct {

    // The new name that you want to assign to the OU.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    Name *string `min:"1" type:"string"`

    // The unique identifier (ID) of the OU that you want to rename. You can get
    // the ID from the ListOrganizationalUnitsForParent operation.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for an organizational
    // unit ID string requires "ou-" followed by from 4 to 32 lowercase letters
    // or digits (the ID of the root that contains the OU). This string is followed
    // by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
    //
    // OrganizationalUnitId is a required field
    OrganizationalUnitId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateOrganizationalUnitInput) GoString

func (s UpdateOrganizationalUnitInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOrganizationalUnitInput) SetName

func (s *UpdateOrganizationalUnitInput) SetName(v string) *UpdateOrganizationalUnitInput

SetName sets the Name field's value.

func (*UpdateOrganizationalUnitInput) SetOrganizationalUnitId

func (s *UpdateOrganizationalUnitInput) SetOrganizationalUnitId(v string) *UpdateOrganizationalUnitInput

SetOrganizationalUnitId sets the OrganizationalUnitId field's value.

func (UpdateOrganizationalUnitInput) String

func (s UpdateOrganizationalUnitInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOrganizationalUnitInput) Validate

func (s *UpdateOrganizationalUnitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateOrganizationalUnitOutput

type UpdateOrganizationalUnitOutput struct {

    // A structure that contains the details about the specified OU, including its
    // new name.
    OrganizationalUnit *OrganizationalUnit `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateOrganizationalUnitOutput) GoString

func (s UpdateOrganizationalUnitOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOrganizationalUnitOutput) SetOrganizationalUnit

func (s *UpdateOrganizationalUnitOutput) SetOrganizationalUnit(v *OrganizationalUnit) *UpdateOrganizationalUnitOutput

SetOrganizationalUnit sets the OrganizationalUnit field's value.

func (UpdateOrganizationalUnitOutput) String

func (s UpdateOrganizationalUnitOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdatePolicyInput

type UpdatePolicyInput struct {

    // If provided, the new content for the policy. The text must be correctly formatted
    // JSON that complies with the syntax for the policy's type. For more information,
    // see SCP syntax (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html)
    // in the Organizations User Guide.
    //
    // The maximum size of a policy document depends on the policy's type. For more
    // information, see Maximum and minimum values (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values)
    // in the Organizations User Guide.
    Content *string `min:"1" type:"string"`

    // If provided, the new description for the policy.
    Description *string `type:"string"`

    // If provided, the new name for the policy.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) that is used to validate
    // this parameter is a string of any of the characters in the ASCII character
    // range.
    Name *string `min:"1" type:"string"`

    // The unique identifier (ID) of the policy that you want to update.
    //
    // The regex pattern (http://wikipedia.org/wiki/regex) for a policy ID string
    // requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits,
    // or the underscore character (_).
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdatePolicyInput) GoString

func (s UpdatePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePolicyInput) SetContent

func (s *UpdatePolicyInput) SetContent(v string) *UpdatePolicyInput

SetContent sets the Content field's value.

func (*UpdatePolicyInput) SetDescription

func (s *UpdatePolicyInput) SetDescription(v string) *UpdatePolicyInput

SetDescription sets the Description field's value.

func (*UpdatePolicyInput) SetName

func (s *UpdatePolicyInput) SetName(v string) *UpdatePolicyInput

SetName sets the Name field's value.

func (*UpdatePolicyInput) SetPolicyId

func (s *UpdatePolicyInput) SetPolicyId(v string) *UpdatePolicyInput

SetPolicyId sets the PolicyId field's value.

func (UpdatePolicyInput) String

func (s UpdatePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePolicyInput) Validate

func (s *UpdatePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePolicyOutput

type UpdatePolicyOutput struct {

    // A structure that contains details about the updated policy, showing the requested
    // changes.
    Policy *Policy `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdatePolicyOutput) GoString

func (s UpdatePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePolicyOutput) SetPolicy

func (s *UpdatePolicyOutput) SetPolicy(v *Policy) *UpdatePolicyOutput

SetPolicy sets the Policy field's value.

func (UpdatePolicyOutput) String

func (s UpdatePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".