BedrockAgentCoreControl / Client / get_browser_profile

get_browser_profile

BedrockAgentCoreControl.Client.get_browser_profile(**kwargs)

Gets information about a browser profile.

See also: AWS API Documentation

Request Syntax

response = client.get_browser_profile(
    profileId='string'
)
Parameters:

profileId (string) –

[REQUIRED]

The unique identifier of the browser profile to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'profileId': 'string',
    'profileArn': 'string',
    'name': 'string',
    'description': 'string',
    'status': 'READY'|'DELETING'|'DELETED'|'SAVING',
    'createdAt': datetime(2015, 1, 1),
    'lastUpdatedAt': datetime(2015, 1, 1),
    'lastSavedAt': datetime(2015, 1, 1),
    'lastSavedBrowserSessionId': 'string',
    'lastSavedBrowserId': 'string'
}

Response Structure

  • (dict) –

    • profileId (string) –

      The unique identifier of the browser profile.

    • profileArn (string) –

      The Amazon Resource Name (ARN) of the browser profile.

    • name (string) –

      The name of the browser profile.

    • description (string) –

      The description of the browser profile.

    • status (string) –

      The current status of the browser profile.

    • createdAt (datetime) –

      The timestamp when the browser profile was created.

    • lastUpdatedAt (datetime) –

      The timestamp when the browser profile was last updated.

    • lastSavedAt (datetime) –

      The timestamp when browser session data was last saved to this profile.

    • lastSavedBrowserSessionId (string) –

      The identifier of the browser session from which data was last saved to this profile.

    • lastSavedBrowserId (string) –

      The identifier of the browser from which data was last saved to this profile.

Exceptions

  • BedrockAgentCoreControl.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControl.Client.exceptions.ValidationException

  • BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControl.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControl.Client.exceptions.InternalServerException