ENUM
CreateAccountLinkErrorCode
Recognized error types for creating an account link.
link GraphQL Schema definition
1 enum CreateAccountLinkErrorCode { 2 3 # The Amazon customer who we are trying to link is not signed in 4 5 6 # Unknown error being returned from service. 7 8 }