OpenSearchService / Client / get_default_application_setting

get_default_application_setting

OpenSearchService.Client.get_default_application_setting()

Gets the ARN of the current default application.

If the default application isn’t set, the operation returns a resource not found error.

See also: AWS API Documentation

Request Syntax

response = client.get_default_application_setting()
Return type:

dict

Returns:

Response Syntax

{
    'applicationArn': 'string'
}

Response Structure

  • (dict) –

    • applicationArn (string) –

      The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.

Exceptions

  • OpenSearchService.Client.exceptions.ValidationException

  • OpenSearchService.Client.exceptions.AccessDeniedException

  • OpenSearchService.Client.exceptions.InternalException

  • OpenSearchService.Client.exceptions.ResourceNotFoundException