Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_profile

update_profile(**kwargs)

Updates some of the parameters for an existing profile. Provide the ProfileId for the profile that you want to update, along with the new values for the parameters to update.

See also: AWS API Documentation

Request Syntax

response = client.update_profile(
    ProfileId='string',
    CertificateIds=[
        'string',
    ]
)
Parameters
  • ProfileId (string) --

    [REQUIRED]

    The identifier of the profile object that you are updating.

  • CertificateIds (list) --

    An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

    • (string) --
Return type

dict

Returns

Response Syntax

{
    'ProfileId': 'string'
}

Response Structure

  • (dict) --

    • ProfileId (string) --

      Returns the identifier for the profile that's being updated.

Exceptions

  • Transfer.Client.exceptions.ServiceUnavailableException
  • Transfer.Client.exceptions.InternalServiceError
  • Transfer.Client.exceptions.InvalidRequestException
  • Transfer.Client.exceptions.ResourceNotFoundException
  • Transfer.Client.exceptions.ThrottlingException