GetServiceSettings
Returns settings configured for Quick Setup in the requesting AWS account and AWS Region.
Request Syntax
GET /serviceSettings HTTP/1.1
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"ServiceSettings": {
"ExplorerEnablingRoleArn": "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.
- ServiceSettings
-
Returns details about the settings for Quick Setup in the requesting AWS account and AWS Region.
Type: ServiceSettings object
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
The requester has insufficient permissions to perform the operation.
HTTP Status Code: 403
- ConflictException
-
Another request is being processed. Wait a few minutes and try again.
HTTP Status Code: 409
- InternalServerException
-
An error occurred on the server side.
HTTP Status Code: 500
- ThrottlingException
-
The request or operation exceeds the maximum allowed request rate per AWS account and AWS Region.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: