CreateAccountStatus class

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

Constructors

CreateAccountStatus({String? accountId, String? accountName, DateTime? completedTimestamp, CreateAccountFailureReason? failureReason, String? govCloudAccountId, String? id, DateTime? requestedTimestamp, CreateAccountState? state})
CreateAccountStatus.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
If the account was created successfully, the unique identifier (ID) of the new account.
final
accountName String?
The account name given to the account when it was created.
final
completedTimestamp DateTime?
The date and time that the account was created and the request completed.
final
failureReason CreateAccountFailureReason?
If the request failed, a description of the reason for the failure.
final
govCloudAccountId String?
If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.
final
hashCode int
The hash code for this object.
no setterinherited
id 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.
final
requestedTimestamp DateTime?
The date and time that the request was made for the account creation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state CreateAccountState?
The status of the request.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited