DataZone / Client / delete_environment_action

delete_environment_action#

DataZone.Client.delete_environment_action(**kwargs)#

Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.

See also: AWS API Documentation

Request Syntax

response = client.delete_environment_action(
    domainIdentifier='string',
    environmentIdentifier='string',
    identifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the Amazon DataZone domain in which an environment action is deleted.

  • environmentIdentifier (string) –

    [REQUIRED]

    The ID of the environment where an environment action is deleted.

  • identifier (string) –

    [REQUIRED]

    The ID of the environment action that is deleted.

Returns:

None

Exceptions

  • DataZone.Client.exceptions.InternalServerException

  • DataZone.Client.exceptions.ResourceNotFoundException

  • DataZone.Client.exceptions.AccessDeniedException

  • DataZone.Client.exceptions.ThrottlingException

  • DataZone.Client.exceptions.ConflictException

  • DataZone.Client.exceptions.ValidationException

  • DataZone.Client.exceptions.UnauthorizedException