{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-get-register-account-status-response-structure.json", "name": "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.