Skip to content

Documentation for authorizedUrl() method on CreatePresignedNotebookInstanceUrlResponse class is misleading #6022

@jaw111

Description

@jaw111

Describe the issue

The documentation says the authorizedUrl() method returns “a JSON object that contains the URL string” I was expecting the response to be a stringified JSON object like:

{
   "AuthorizedUrl": "string"
}

However the response just seems to the the URL as a string.

Links

https://sdk.amazonaws.com/java/api/2.31.18/software/amazon/awssdk/services/sagemaker/model/CreatePresignedNotebookInstanceUrlResponse.html#authorizedUrl()

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis is a problem with documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions