The request was rejected because it attempted to create resources beyond the current
Amazon Web Services account limits. The error message describes the limit exceeded.
The request processing has failed because of an unknown error, exception or
failure.
Example
To create an account alias
// The following command associates the alias examplecorp to your AWS account. constinput = { "AccountAlias":"examplecorp" }; constcommand = newCreateAccountAliasCommand(input); awaitclient.send(command); // example id: 5adaf6fb-94fc-4ca2-b825-2fbc2062add1
Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see Using an alias for your Amazon Web Services account ID in the IAM User Guide.
Example
Use a bare-bones client and the command you need to make an API call.
Param
CreateAccountAliasCommandInput
Returns
CreateAccountAliasCommandOutput
See
input
shape.response
shape.config
shape.Throws
EntityAlreadyExistsException (client fault)
The request was rejected because it attempted to create a resource that already exists.
Throws
LimitExceededException (client fault)
The request was rejected because it attempted to create resources beyond the current Amazon Web Services account limits. The error message describes the limit exceeded.
Throws
ServiceFailureException (server fault)
The request processing has failed because of an unknown error, exception or failure.
Example
To create an account alias