pub const ALREADY_EXISTS: &str = "AlreadyExists";Expand description
StatusReasonAlreadyExists means the resource you are creating already exists. Details (optional): “kind” string - the kind attribute of the conflicting resource “id” string - the identifier of the conflicting resource Status code 409