Class ApplicationAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ApplicationAlreadyExistsException extends AmazonServiceException

An application with the specified name already exists with the applicable IAM user or AWS account.

See Also:
  • Constructor Details

    • ApplicationAlreadyExistsException

      public ApplicationAlreadyExistsException(String message)
      Constructs a new ApplicationAlreadyExistsException with the specified error message.
      Parameters:
      message - Describes the error encountered.