OBJECT
ValidateAndInitiateAwsOutpostAccountReply
Description
Aws outpost account validate response.
link GraphQL Schema definition
- type ValidateAndInitiateAwsOutpostAccountReply {
- # AWS outpost account initiate response if the request is successful.
- : AwsOutpostAccountInitiateResponse
- # Error messages related to the failure of the request to create an AWS outpost
- # account.
- : AwsOutpostAccountValidateResponse
- }