WellArchitected / Client / disassociate_profiles

disassociate_profiles#

WellArchitected.Client.disassociate_profiles(**kwargs)#

Disassociate a profile from a workload.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_profiles(
    WorkloadId='string',
    ProfileArns=[
        'string',
    ]
)
Parameters:
  • WorkloadId (string) –

    [REQUIRED]

    The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

  • ProfileArns (list) –

    [REQUIRED]

    The list of profile ARNs to disassociate from the workload.

    • (string) –

Returns:

None

Exceptions

  • WellArchitected.Client.exceptions.ValidationException

  • WellArchitected.Client.exceptions.ResourceNotFoundException

  • WellArchitected.Client.exceptions.ConflictException

  • WellArchitected.Client.exceptions.InternalServerException

  • WellArchitected.Client.exceptions.AccessDeniedException

  • WellArchitected.Client.exceptions.ThrottlingException