QuickSight / Client / update_limits_profile

update_limits_profile

QuickSight.Client.update_limits_profile(**kwargs)

Updates the properties of an existing limits profile.

See also: AWS API Documentation

Request Syntax

response = client.update_limits_profile(
    profileId='string',
    accountId='string',
    profileName='string',
    description='string',
    resourceLimits={
        'string': {
            'maxValue': 123,
            'unit': 'MB'|'GB'|'HOURS'|'DAYS'
        }
    }
)
Parameters:
  • profileId (string) –

    [REQUIRED]

    The unique identifier for the limits profile to update.

  • accountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the limits profile.

  • profileName (string) – A new display name for the limits profile.

  • description (string) – A new description for the limits profile.

  • resourceLimits (dict) –

    A map of resource types to their updated limit values.

    • (string) –

      The type of resource that a limit applies to.

      • (dict) –

        A value that defines a resource usage limit, consisting of a maximum value and a unit of measurement.

        • maxValue (integer) – [REQUIRED]

          The maximum allowed value for the resource.

        • unit (string) – [REQUIRED]

          The unit of measurement for the limit value.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string'
}

Response Structure

  • (dict) –

    • arn (string) –

      The Amazon Resource Name (ARN) of the updated limits profile.

Exceptions

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.InvalidParameterValueException

  • QuickSight.Client.exceptions.InternalFailureException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.AccessDeniedException

  • QuickSight.Client.exceptions.ConflictException