Skip to main content

ALREADY_EXISTS

Constant ALREADY_EXISTS 

Source
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