GetAccountSettings
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
Response Syntax
{
"accountSettings": {
"awsAccountNumber": "string",
"defaultJobTimeoutMinutes": number,
"maxJobTimeoutMinutes": number,
"maxSlots": {
"string" : number
},
"skipAppResign": boolean,
"trialMinutes": {
"remaining": number,
"total": number
},
"unmeteredDevices": {
"string" : number
},
"unmeteredRemoteAccessDevices": {
"string" : number
}
}
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- accountSettings
-
The account settings.
Type: AccountSettings object
Errors
For information about the errors that are common to all actions, see Common Errors.
- ArgumentException
-
An invalid argument was specified.
HTTP Status Code: 400
- LimitExceededException
-
A limit was exceeded.
HTTP Status Code: 400
- NotFoundException
-
The specified entity was not found.
HTTP Status Code: 400
- ServiceAccountException
-
There was a problem with the service account.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: