GetAccountSettings
Returns the configured EVS settings for your AWS account in the specified AWS Region. If no settings have been set, an empty list is returned.
Response Syntax
{
"settings": [
{
"name": "string",
"value": "string"
}
]
}
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.
- settings
-
A list of regional account-level EVS settings for the account. EVS settings that have never been explicitly set are omitted from the response.
Type: Array of AccountSetting objects
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Errors
For information about the errors that are common to all actions, see Common Error Types.
- InternalServerException
-
An internal server error occurred. Retry your request.
- message
-
Describes the error encountered.
HTTP Status Code: 500
- ThrottlingException
-
The operation could not be performed because the service is throttling requests. This exception is thrown when the service endpoint receives too many concurrent requests.
- message
-
Describes the error encountered.
- retryAfterSeconds
-
The seconds to wait to retry.
HTTP Status Code: 400
- ValidationException
-
The input fails to satisfy the specified constraints. You will see this exception if invalid inputs are provided for any of the Amazon EVS environment operations, or if a list operation is performed on an environment resource that is still initializing.
- fieldList
-
A list of fields that didn't validate.
- message
-
Describes the error encountered.
- reason
-
The reason for the exception.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: