update_profile

Transfer.Client.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