DescribeCreateAccountStatusRequest
public struct DescribeCreateAccountStatusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation. The regex pattern for a create account request ID string requires “car-” followed by from 8 to 32 lowercase letters or digits.
Declaration
Swift
public let createAccountRequestId: String
-
Undocumented
Declaration
Swift
public init(createAccountRequestId: String)
-
Declaration
Swift
public func validate(name: String) throws