describeOrganizationConfiguration method

Future<DescribeOrganizationConfigurationResponse> describeOrganizationConfiguration()

Retrieves the Amazon Macie configuration settings for an organization in Organizations.

May throw AccessDeniedException. May throw ConflictException. May throw InternalServerException. May throw ResourceNotFoundException. May throw ServiceQuotaExceededException. May throw ThrottlingException. May throw ValidationException.

Implementation

Future<DescribeOrganizationConfigurationResponse>
    describeOrganizationConfiguration() async {
  final response = await _protocol.send(
    payload: null,
    method: 'GET',
    requestUri: '/admin/configuration',
    exceptionFnMap: _exceptionFns,
  );
  return DescribeOrganizationConfigurationResponse.fromJson(response);
}