{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-get-register-account-status-response-schema.json", "title": "GetRegisterAccountStatusResponse", "description": "GetRegisterAccountStatusResponse schema", "type": "object", "properties": { "customerAccountId": { "allOf": [ { "$ref": "#/components/schemas/customerAccountId" }, { "description": " The unique ID of the Amazon Web Services account, provided at account creation. " } ] }, "accountStatus": { "allOf": [ { "$ref": "#/components/schemas/RegistrationStatus" }, { "description": "
The status of registering your account and resources. The status can be one of:
REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.
REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.
REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.